[Safer intents] System
To avoid implicit intents, make intents launch explicitly. Bug: 323061508 Test: build Change-Id: Iaf5466f3acd3293e738f450e0117e180b93d4e1c
This commit is contained in:
@@ -152,7 +152,8 @@
|
||||
<Preference
|
||||
android:key="demo_mode"
|
||||
android:title="@string/demo_mode">
|
||||
<intent android:action="com.android.settings.action.DEMO_MODE" />
|
||||
<intent android:action="com.android.settings.action.DEMO_MODE"
|
||||
android:targetPackage="com.android.systemui"/>
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
|
||||
Reference in New Issue
Block a user