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

Commit b69559f8 authored by Zhaoyu Su's avatar Zhaoyu Su Committed by android-build-merger
Browse files

Merge "Fix ACTION_NFC_SETTINGS doesn't show connection preference"

am: 44360bc9

Change-Id: I6975c5213f74d4b9df343cae82d93f654774d1c3
parents c2a5c472 44360bc9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -190,10 +190,6 @@
            android:icon="@drawable/ic_homepage_connected_device"
            android:taskAffinity="com.android.settings"
            android:parentActivityName="Settings">
            <intent-filter android:priority="1">
                <action android:name="android.settings.NFC_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter android:priority="1">
                <action android:name="android.settings.BLUETOOTH_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
@@ -3264,6 +3260,10 @@
                  android:label="@string/connected_device_connections_title"
                  android:taskAffinity="com.android.settings"
                  android:parentActivityName="Settings$ConnectedDeviceDashboardActivity">
            <intent-filter android:priority="1">
                <action android:name="android.settings.NFC_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter android:priority="1">
                <action android:name="com.android.settings.ADVANCED_CONNECTED_DEVICE_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />