projects
/
PrivacyBrowser.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed289ce
)
Change default user agent to `PrivacyBrowser/1.0` for real this time.
author
Soren Stoutner
<soren@stoutner.com>
Fri, 16 Dec 2016 03:37:32 +0000
(20:37 -0700)
committer
Soren Stoutner
<soren@stoutner.com>
Fri, 16 Dec 2016 03:37:32 +0000
(20:37 -0700)
app/src/main/res/xml/preferences.xml
patch
|
blob
|
history
diff --git
a/app/src/main/res/xml/preferences.xml
b/app/src/main/res/xml/preferences.xml
index 88ec2f5f029ff7a8472aa97b0263e0c0e4247570..8ed81b84aab687621a0f08921c4f6165392d59d2 100644
(file)
--- a/
app/src/main/res/xml/preferences.xml
+++ b/
app/src/main/res/xml/preferences.xml
@@
-58,7
+58,7
@@
android:title="@string/user_agent"
android:entries="@array/user_agent_entries"
android:entryValues="@array/user_agent_entry_values"
- android:defaultValue="
Default user agent
" />
+ android:defaultValue="
PrivacyBrowser/1.0
" />
<!-- android:inputType="textVisiblePassword" sets the keyboard to have a dedicated number row.-->
<EditTextPreference