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

Commit 2224cb82 authored by Svet Ganov's avatar Svet Ganov Committed by Svetoslav Ganov
Browse files

Address API council feedback

Test: manual

bug:130643623

Change-Id: I489f32858abfa4fe8eeda96cbb103d75e2a87551
parent c3553372
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1714,7 +1714,6 @@ package android.content.pm {
    field public static final int MATCH_ANY_USER = 4194304; // 0x400000
    field public static final int MATCH_ANY_USER = 4194304; // 0x400000
    field public static final int MATCH_FACTORY_ONLY = 2097152; // 0x200000
    field public static final int MATCH_FACTORY_ONLY = 2097152; // 0x200000
    field public static final int MATCH_INSTANT = 8388608; // 0x800000
    field public static final int MATCH_INSTANT = 8388608; // 0x800000
    field public static boolean RESTRICTED_PERMISSIONS_ENABLED;
    field public static final int RESTRICTION_HIDE_FROM_SUGGESTIONS = 1; // 0x1
    field public static final int RESTRICTION_HIDE_FROM_SUGGESTIONS = 1; // 0x1
    field public static final int RESTRICTION_HIDE_NOTIFICATIONS = 2; // 0x2
    field public static final int RESTRICTION_HIDE_NOTIFICATIONS = 2; // 0x2
    field public static final int RESTRICTION_NONE = 0; // 0x0
    field public static final int RESTRICTION_NONE = 0; // 0x0
+1 −1
Original line number Original line Diff line number Diff line
@@ -87,8 +87,8 @@ public abstract class PackageManager {
    public static final boolean APPLY_DEFAULT_TO_DEVICE_PROTECTED_STORAGE = true;
    public static final boolean APPLY_DEFAULT_TO_DEVICE_PROTECTED_STORAGE = true;


    /** {@hide} */
    /** {@hide} */
    @SystemApi
    @TestApi
    @TestApi
    // STOPSHIP: Remove this once we get a Play prebuilt.
    public static boolean RESTRICTED_PERMISSIONS_ENABLED = false;
    public static boolean RESTRICTED_PERMISSIONS_ENABLED = false;


    /**
    /**