Merge "Implement auto revoke user whitelist intent handler" into rvc-dev am: ff8b793427 am: 1184cec4a2 am: d088583349

Change-Id: I854650864de7323c517e9e219c991411d2626da3
This commit is contained in:
Eugene Susla
2020-04-16 23:42:32 +00:00
committed by Automerger Merge Worker

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>