Merge "Add SharedLibraryInfo#isNative to @TestApi surface." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cf28c48575
@@ -838,6 +838,7 @@ package android.content.pm {
|
||||
|
||||
public final class SharedLibraryInfo implements android.os.Parcelable {
|
||||
method @NonNull public java.util.List<java.lang.String> getAllCodePaths();
|
||||
method public boolean isNative();
|
||||
}
|
||||
|
||||
public final class ShortcutInfo implements android.os.Parcelable {
|
||||
|
||||
@@ -147,6 +147,7 @@ public final class SharedLibraryInfo implements Parcelable {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@TestApi
|
||||
public boolean isNative() {
|
||||
return mIsNative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user