summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeff Davidson <jpd@google.com>2010-07-16 16:03:58 -0700
committerJeff Davidson <jpd@google.com>2010-08-19 15:33:58 -0700
commit43610292590fe3e2f8d0ddba1adf9e5557c0f401 (patch)
treeaec98cb6b2e5f1f9e0ace614e9901cb3bcdef0b7 /AndroidManifest.xml
parentd790f0c751f11dfb338129981bd9568607c4545a (diff)
downloadpackages_apps_Browser-43610292590fe3e2f8d0ddba1adf9e5557c0f401.tar.gz
packages_apps_Browser-43610292590fe3e2f8d0ddba1adf9e5557c0f401.tar.bz2
packages_apps_Browser-43610292590fe3e2f8d0ddba1adf9e5557c0f401.zip
Add RLZ support to Browser.
RLZ assigns non-unique, non-personally identifiable tracking labels to client products; these labels sometimes appear in Google search queries. See http://code.google.com/p/rlz for more info. Bug: 2927060 Change-Id: I992cd2859d590616df57293adb7ac22038088d49
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f50c9f0ad..14e8aeb5d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -233,6 +233,14 @@
<!-- Makes .BrowserActivity the search target for any activity in Browser -->
<meta-data android:name="android.app.default_searchable" android:value=".BrowserActivity" />
+ <!-- Application code for RLZ tracking. RLZ assigns non-unique, non-personally identifiable
+ tracking labels to client products; these labels sometimes appear in Google search
+ queries. See http://code.google.com/p/rlz for more info.
+
+ This value signifies to the RLZ client that this application uses RLZ tracking. -->
+ <meta-data android:name="com.google.android.partnersetup.RLZ_ACCESS_POINT"
+ android:value="@string/rlz_access_point" />
+
<receiver android:name=".OpenDownloadReceiver">
<intent-filter>
<action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED"/>