summaryrefslogtreecommitdiffstats
path: root/AndroidManifest_test.xml
diff options
context:
space:
mode:
authorJackson Fan <xyfan@motorola.com>2009-07-27 15:58:22 +0800
committerJaikumar Ganesh <jaikumar@google.com>2009-07-29 10:42:44 -0700
commit239bc526513429995c61c4148c105725c395b1a9 (patch)
treeb10f84c955e017d9572c2d98ccb464f49dd4ce5e /AndroidManifest_test.xml
parent37b69bd05e4b7a7d0e43575a6c22734b2d8c3f69 (diff)
downloadandroid_packages_apps_Bluetooth-239bc526513429995c61c4148c105725c395b1a9.tar.gz
android_packages_apps_Bluetooth-239bc526513429995c61c4148c105725c395b1a9.tar.bz2
android_packages_apps_Bluetooth-239bc526513429995c61c4148c105725c395b1a9.zip
Enable Opp Livefolder, modify localizable resource
Update on patchset 2 Update icon for Bluetooth share and Incoming file Fix minor Opp UI issue Update log print for mimetype got from android system. Update return response code for un-supported media type Patchset 1 remove the use of replace() of localizable resource Enable Opp Livefolder by using local certificate Reject vcard actively
Diffstat (limited to 'AndroidManifest_test.xml')
-rw-r--r--AndroidManifest_test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest_test.xml b/AndroidManifest_test.xml
index 687d4a174..5f8c55927 100644
--- a/AndroidManifest_test.xml
+++ b/AndroidManifest_test.xml
@@ -13,7 +13,7 @@
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- <application android:icon="@drawable/stat_sys_data_bt"
+ <application android:icon="@drawable/bt_share"
android:label="@string/app_name">
<uses-library android:name="javax.obex" />
<activity android:name=".TestActivity" android:label="@string/app_name">