mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
24 lines
893 B
Diff
24 lines
893 B
Diff
|
From 54f68f47ef79ebda9b695e0205b8abc4e2f07d86 Mon Sep 17 00:00:00 2001
|
||
|
From: Daniel Micay <danielmicay@gmail.com>
|
||
|
Date: Sun, 5 Apr 2015 01:00:31 -0400
|
||
|
Subject: [PATCH] switch default home page to duckduckgo
|
||
|
|
||
|
---
|
||
|
res/values/strings.xml | 3 +--
|
||
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/res/values/strings.xml b/res/values/strings.xml
|
||
|
index d79c7f7..0899df9 100644
|
||
|
--- a/res/values/strings.xml
|
||
|
+++ b/res/values/strings.xml
|
||
|
@@ -794,8 +794,7 @@
|
||
|
<string name="dump_nav" translatable="false">Dump navigation cache</string>
|
||
|
|
||
|
<!-- The default homepage. -->
|
||
|
- <string name="homepage_base" translatable="false">
|
||
|
- https://www.google.com/webhp?client={CID}&source=android-home</string>
|
||
|
+ <string name="homepage_base" translatable="false">https://duckduckgo.com/</string>
|
||
|
|
||
|
<!-- Bookmarks -->
|
||
|
<string-array name="bookmarks" translatable="false">
|