Merge "Implemented Settings.ACTION_REQUEST_ENABLE_CONTENT_CAPTURE"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6b003432f5
@@ -1245,6 +1245,10 @@
|
|||||||
<action android:name="android.settings.PRIVACY_SETTINGS" />
|
<action android:name="android.settings.PRIVACY_SETTINGS" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
<intent-filter android:priority="1">
|
||||||
|
<action android:name="android.settings.REQUEST_ENABLE_CONTENT_CAPTURE" />
|
||||||
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
</intent-filter>
|
||||||
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
||||||
android:value="com.android.settings.privacy.PrivacyDashboardFragment" />
|
android:value="com.android.settings.privacy.PrivacyDashboardFragment" />
|
||||||
</activity>
|
</activity>
|
||||||
|
|||||||
Reference in New Issue
Block a user