OSDN Git Service

Adds cross-profile intents for Bluetooth detail Settings
authorhughchen <hughchen@google.com>
Wed, 16 Oct 2019 07:27:17 +0000 (15:27 +0800)
committerhughchen <hughchen@google.com>
Wed, 16 Oct 2019 07:27:17 +0000 (15:27 +0800)
Bug: 142349493
Test: manually
Change-Id: If8c0f9d52c81226c6aa567520c3848189b489a31

AndroidManifest.xml

index c48d51b..2ee59e9 100644 (file)
             </intent-filter>
             <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                        android:value="com.android.settings.bluetooth.BluetoothDeviceDetailsFragment" />
+            <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
+                       android:value="true" />
         </activity>
 
         <activity android:name=".panel.SettingsPanelActivity"