Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Browser
Commits
bd34f7db
Commit
bd34f7db
authored
16 years ago
by
Android (Google) Code Review
Browse files
Options
Download
Plain Diff
Merge change 3134 into donut
* changes: Change the default client id for better stats
parents
bc5b9f35
9768ac5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/com/android/browser/BrowserSettings.java
src/com/android/browser/BrowserSettings.java
+1
-1
No files found.
src/com/android/browser/BrowserSettings.java
View file @
bd34f7db
...
...
@@ -447,7 +447,7 @@ class BrowserSettings extends Observable {
String
url
=
context
.
getResources
().
getString
(
R
.
string
.
homepage_base
);
if
(
url
.
indexOf
(
"{CID}"
)
!=
-
1
)
{
url
=
url
.
replace
(
"{CID}"
,
Partner
.
getString
(
context
.
getContentResolver
(),
Partner
.
CLIENT_ID
,
"
unknown
"
));
.
getContentResolver
(),
Partner
.
CLIENT_ID
,
"
android-google
"
));
}
return
url
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment