Loading AndroidManifest.xml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -432,6 +432,7 @@ <activity android:name=".bluetooth.DevicePickerActivity" <activity android:name=".bluetooth.DevicePickerActivity" android:label="@string/device_picker" android:label="@string/device_picker" android:configChanges="orientation|keyboardHidden|screenSize" android:clearTaskOnLaunch="true"> android:clearTaskOnLaunch="true"> <intent-filter> <intent-filter> <action android:name="android.bluetooth.devicepicker.action.LAUNCH" /> <action android:name="android.bluetooth.devicepicker.action.LAUNCH" /> Loading Loading
AndroidManifest.xml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -432,6 +432,7 @@ <activity android:name=".bluetooth.DevicePickerActivity" <activity android:name=".bluetooth.DevicePickerActivity" android:label="@string/device_picker" android:label="@string/device_picker" android:configChanges="orientation|keyboardHidden|screenSize" android:clearTaskOnLaunch="true"> android:clearTaskOnLaunch="true"> <intent-filter> <intent-filter> <action android:name="android.bluetooth.devicepicker.action.LAUNCH" /> <action android:name="android.bluetooth.devicepicker.action.LAUNCH" /> Loading