Loading core/res/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -6007,7 +6007,7 @@ <!-- @SystemApi Allows an application to manage the cloudsearch service. @hide <p>Not for use by third-party applications.</p> --> <permission android:name="android.permission.MANAGE_CLOUDSEARCH" android:protectionLevel="signature" /> android:protectionLevel="signature|privileged|role" /> <!-- @SystemApi Allows an application to manage the music recognition service. @hide <p>Not for use by third-party applications.</p> --> Loading data/etc/privapp-permissions-platform.xml +1 −0 Original line number Diff line number Diff line Loading @@ -279,6 +279,7 @@ applications that come with the platform <permission name="android.permission.MANAGE_ROLLBACKS"/> <permission name="android.permission.MANAGE_USB"/> <!-- Needed for tests only --> <permission name="android.permission.MANAGE_CLOUDSEARCH" /> <permission name="android.permission.MANAGE_WALLPAPER_EFFECTS_GENERATION" /> <permission name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"/> <permission name="android.permission.MODIFY_DAY_NIGHT_MODE"/> Loading Loading
core/res/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -6007,7 +6007,7 @@ <!-- @SystemApi Allows an application to manage the cloudsearch service. @hide <p>Not for use by third-party applications.</p> --> <permission android:name="android.permission.MANAGE_CLOUDSEARCH" android:protectionLevel="signature" /> android:protectionLevel="signature|privileged|role" /> <!-- @SystemApi Allows an application to manage the music recognition service. @hide <p>Not for use by third-party applications.</p> --> Loading
data/etc/privapp-permissions-platform.xml +1 −0 Original line number Diff line number Diff line Loading @@ -279,6 +279,7 @@ applications that come with the platform <permission name="android.permission.MANAGE_ROLLBACKS"/> <permission name="android.permission.MANAGE_USB"/> <!-- Needed for tests only --> <permission name="android.permission.MANAGE_CLOUDSEARCH" /> <permission name="android.permission.MANAGE_WALLPAPER_EFFECTS_GENERATION" /> <permission name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"/> <permission name="android.permission.MODIFY_DAY_NIGHT_MODE"/> Loading