Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b003432 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Implemented Settings.ACTION_REQUEST_ENABLE_CONTENT_CAPTURE"

parents 21a818f1 a71991a4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>