Merge "Implemented Settings.ACTION_REQUEST_ENABLE_CONTENT_CAPTURE"

This commit is contained in:
TreeHugger Robot
2019-03-09 04:16:41 +00:00
committed by Android (Google) Code Review

View File

@@ -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>