summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Lee <rgl@google.com>2020-06-11 23:21:14 +0200
committerRobin Lee <rgl@google.com>2020-06-18 18:41:08 +0200
commit42c16051211ec3e4fed941db8ece7e67a9b37809 (patch)
tree2c89b4728866a61d3f9ab73b3694311f1d1c7ba0
parent493f521a5f1b05337c20bb7723f94311fe69e3ca (diff)
downloadTvSettings-42c16051211ec3e4fed941db8ece7e67a9b37809.tar.gz
Add handler for AUTO_REVOKE_PERMISSIONS
Test: atest android.os.cts.AutoRevokeTest Bug: 158098457 Change-Id: I4c58e0d1b8d23d1efe556cd1e328d9bfd0625b0d
-rw-r--r--Settings/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Settings/AndroidManifest.xml b/Settings/AndroidManifest.xml
index 6389a370c..f8cf87212 100644
--- a/Settings/AndroidManifest.xml
+++ b/Settings/AndroidManifest.xml
@@ -236,6 +236,7 @@
android:name=".device.apps.AppManagementActivity"
android:theme="@style/Theme.Settings.Transparent">
<intent-filter android:priority="1">
+ <action android:name="android.intent.action.AUTO_REVOKE_PERMISSIONS" />
<action android:name="android.settings.APPLICATION_DETAILS_SETTINGS"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="package"/>