Implement auto revoke user whitelist intent handler

Bug: 153607914
Test: presubmit
Change-Id: I22288d0a963fd03e38841a9f66c342f6eb283149
This commit is contained in:
Eugene Susla
2020-04-13 13:20:50 -07:00
parent 79a38a733f
commit 596662c52e

View File

@@ -1135,6 +1135,7 @@
android:targetActivity=".applications.InstalledAppDetailsTop">
<intent-filter android:priority="1">
<action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" />
<action android:name="android.intent.action.AUTO_REVOKE_PERMISSIONS" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="package" />
</intent-filter>