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

Commit b4b448e9 authored by Daniel Nishi's avatar Daniel Nishi
Browse files

Enable the Advanced Connected settings.

This allows the intent to work. Otherwise, the receiver isn't there.

Change-Id: I0005d451e9fa4565f5a27a83a5464a8db59ef5a8
Fixes: 72764649
Test: Predictive settings test spec manually ran
parent 644bea8e
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -3189,16 +3189,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"