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

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

Merge "Enable the Advanced Connected settings."

parents 6e5c590d b4b448e9
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -3197,16 +3197,11 @@
        <activity android:name="Settings$AdvancedConnectedDeviceActivity"
                  android:label="@string/connected_device_connections_title"
                  android:taskAffinity="com.android.settings"
                  android:parentActivityName="Settings$ConnectedDeviceDashboardActivity"
                  android:enabled="false">
                  android:parentActivityName="Settings$ConnectedDeviceDashboardActivity">
            <intent-filter android:priority="1">
                <action android:name="com.android.settings.ADVANCED_CONNECTED_DEVICE_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                       android:value="com.android.settings.connecteddevice.AdvancedConnectedDeviceDashboardFragment" />
            <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"