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:
Svet Ganov
2016-09-15 13:06:41 -07:00
parent 34244de96c
commit 778a6273ec

View File

@@ -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">