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
diff --git a/AndroidManifest_test.xml b/AndroidManifest_test.xml
index 687d4a1..5f8c559 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">