[Safer intents] Applications
To avoid implicit intents, make intents launch explicitly. Test: build, robotest Bug: 323061508 Change-Id: I9bf4eb102550f4afd8d14a6799940d37fc0ab9a7
This commit is contained in:
@@ -72,7 +72,9 @@
|
||||
<extra
|
||||
android:name="classname"
|
||||
android:value="com.android.settings.Settings$ClonedAppsListActivity"/>
|
||||
<intent android:action="android.settings.MANAGE_CLONED_APPS_SETTINGS"/>
|
||||
<intent
|
||||
android:action="android.settings.MANAGE_CLONED_APPS_SETTINGS"
|
||||
android:targetPackage="${applicationId}"/>
|
||||
</Preference>
|
||||
|
||||
<PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user