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

Commit cf28c485 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 79f5d3f4 749427e8
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;
    }