Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f926ac83 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add SharedLibraryInfo#isNative to @TestApi surface." into sc-dev am: cf28c485

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14807579

Change-Id: I12ff34945d438e5d6bb0ab838b460f65afc5529f
parents e6f77d35 cf28c485
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {
+1 −0
Original line number Diff line number Diff line
@@ -147,6 +147,7 @@ public final class SharedLibraryInfo implements Parcelable {
     *
     * @hide
     */
    @TestApi
    public boolean isNative() {
        return mIsNative;
    }