summaryrefslogtreecommitdiffstats
path: root/libs/usb/tests/AccessoryChat/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/usb/tests/AccessoryChat/AndroidManifest.xml')
-rw-r--r--libs/usb/tests/AccessoryChat/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/usb/tests/AccessoryChat/AndroidManifest.xml b/libs/usb/tests/AccessoryChat/AndroidManifest.xml
index d6093ae..802b715 100644
--- a/libs/usb/tests/AccessoryChat/AndroidManifest.xml
+++ b/libs/usb/tests/AccessoryChat/AndroidManifest.xml
@@ -17,10 +17,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.accessorychat">
- <application>
+ <application android:label="Accessory Chat">
<uses-library android:name="com.android.future.usb.accessory" />
- <activity android:name="AccessoryChat" android:label="Accessory Chat GB">
+ <activity android:name="AccessoryChat" android:label="Accessory Chat">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />