Implemented Settings.ACTION_REQUEST_ENABLE_CONTENT_CAPTURE
Test: manual verification Test: atest AvailableIntentsTest#testRequestEnableContentCaptureIntent Fixes: 119264902 Change-Id: I521e1690449c5afd7ec2d106befd42081a0e9181
This commit is contained in:
@@ -1245,6 +1245,10 @@
|
||||
<action android:name="android.settings.PRIVACY_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</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"
|
||||
android:value="com.android.settings.privacy.PrivacyDashboardFragment" />
|
||||
</activity>
|
||||
|
||||
Reference in New Issue
Block a user