Merge "Add entry point to Enterprise Privacy page"
This commit is contained in:
committed by
Android (Google) Code Review
commit
3e15627f17
@@ -1590,7 +1590,11 @@
|
||||
android:icon="@drawable/ic_settings_about"
|
||||
android:taskAffinity="com.android.settings"
|
||||
android:parentActivityName="Settings">
|
||||
<intent-filter android:priority="-1">
|
||||
<intent-filter>
|
||||
<action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="com.android.settings.action.SETTINGS" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="com.android.settings.category"
|
||||
|
Reference in New Issue
Block a user