Remove references to removed string
The Bluetooth permission UI no longer has a title. The string was removed but it is referred from the manifest. Remove the unneccessary reference. bug:31468194 Change-Id: Ibe496d05cb84742e1a0fa418926478353790edbb
This commit is contained in:
@@ -2054,7 +2054,6 @@
|
||||
<service android:name=".bluetooth.DockService" />
|
||||
|
||||
<activity android:name=".bluetooth.RequestPermissionActivity"
|
||||
android:label="@string/bluetooth_permission_request"
|
||||
android:excludeFromRecents="true"
|
||||
android:permission="android.permission.BLUETOOTH"
|
||||
android:theme="@style/BluetoothPermission">
|
||||
|
||||
Reference in New Issue
Block a user