Bug 696076 - Telemetry for Mobile [r=kats]

This commit is contained in:
Mark Finkle 2011-11-04 10:42:29 -04:00
parent efa67eb701
commit fa619f0a0c
3 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,7 @@
<!ENTITY pref_category_privacy "Privacy &amp; Security">
<!ENTITY pref_category_content "Content">
<!ENTITY pref_do_not_track "Tell sites not to track me">
<!ENTITY pref_telemetry "Send performance data">
<!ENTITY pref_homepage "Home page">
<!ENTITY pref_homepage_start "Firefox Start">
<!ENTITY pref_homepage_blank "Blank page">

View File

@ -63,6 +63,10 @@
android:title="@string/pref_cookies"
android:persistent="false" />
<CheckBoxPreference android:key="toolkit.telemetry.enabled"
android:title="@string/pref_telemetry"
android:persistent="false" />
</PreferenceCategory>
</PreferenceScreen>

View File

@ -51,6 +51,7 @@
<string name="pref_category_privacy">&pref_category_privacy;</string>
<string name="pref_category_content">&pref_category_content;</string>
<string name="pref_do_not_track">&pref_do_not_track;</string>
<string name="pref_telemetry">&pref_telemetry;</string>
<string name="pref_homepage">&pref_homepage;</string>
<string name="pref_homepage_start">&pref_homepage_start;</string>
<string name="pref_homepage_blank">&pref_homepage_blank;</string>