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

Commit a78d3af8 authored by Joshua Trask's avatar Joshua Trask
Browse files

Create new SHOW_CUSTOMIZED_RESOLVER permission

Test: (see other CLs in this topic)
Bug: 268089816
Change-Id: I0ca0a2e7f95ae25b2ec5407aefc1debd5d8f1328
parent 797724e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -351,6 +351,7 @@ package android {
    field public static final String SET_VOLUME_KEY_LONG_PRESS_LISTENER = "android.permission.SET_VOLUME_KEY_LONG_PRESS_LISTENER";
    field public static final String SET_WALLPAPER_COMPONENT = "android.permission.SET_WALLPAPER_COMPONENT";
    field public static final String SET_WALLPAPER_DIM_AMOUNT = "android.permission.SET_WALLPAPER_DIM_AMOUNT";
    field @FlaggedApi("android.service.chooser.support_nfc_resolver") public static final String SHOW_CUSTOMIZED_RESOLVER = "android.permission.SHOW_CUSTOMIZED_RESOLVER";
    field public static final String SHOW_KEYGUARD_MESSAGE = "android.permission.SHOW_KEYGUARD_MESSAGE";
    field public static final String SHUTDOWN = "android.permission.SHUTDOWN";
    field public static final String SIGNAL_REBOOT_READINESS = "android.permission.SIGNAL_REBOOT_READINESS";
+7 −0
Original line number Diff line number Diff line
@@ -7469,6 +7469,13 @@
    <permission android:name="android.permission.SIGNAL_REBOOT_READINESS"
                android:protectionLevel="signature|privileged" />

    <!-- @SystemApi Allows the holder to launch an Intent Resolver flow with custom presentation
         and/or targets.
         @FlaggedApi("android.service.chooser.support_nfc_resolver")
         @hide -->
    <permission android:name="android.permission.SHOW_CUSTOMIZED_RESOLVER"
                android:protectionLevel="signature|privileged" />

    <!-- @hide Allows an application to get a People Tile preview for a given shortcut. -->
    <permission android:name="android.permission.GET_PEOPLE_TILE_PREVIEW"
        android:protectionLevel="signature|recents" />