summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorqqzhou <qqzhou@codeaurora.org>2013-07-23 17:28:48 +0800
committerkaiyiz <kaiyiz@codeaurora.org>2013-08-02 10:33:39 +0800
commite6ff8b45a391ecc6c58c6604b44450486144377a (patch)
tree17074450729ffe9bae044f16897ab9a9d9db8678 /AndroidManifest.xml
parente23154faad59c2e725500828d720120f416b0331 (diff)
downloadandroid_packages_apps_Gello-e6ff8b45a391ecc6c58c6604b44450486144377a.tar.gz
android_packages_apps_Gello-e6ff8b45a391ecc6c58c6604b44450486144377a.tar.bz2
android_packages_apps_Gello-e6ff8b45a391ecc6c58c6604b44450486144377a.zip
Browser: add to customize and show useragent
Add for carrier feature which requires to use useragent with specified format. We try to load carrier useragent if needed and show useragent in "about" menu item. CRs-Fixed: 516733 Change-Id: Ifae25644d9ad5387684e3ff1e691e20db9a45e2a
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9b29fd2c..13f13b34 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -54,6 +54,9 @@
android:hardwareAccelerated="true"
android:taskAffinity="android.task.browser" >
+ <uses-library android:name="com.qrd.useragent"
+ android:required="false" />
+
<provider android:name=".provider.BrowserProvider2"
android:authorities="com.android.browser;browser"
android:multiprocess="false"