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
378e5722
Commit
378e5722
authored
15 years ago
by
Ramanan Rajeswaran
Browse files
Options
Download
Email Patches
Plain Diff
set default client id
parent
47fdfdb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/com/android/browser/BrowserProvider.java
src/com/android/browser/BrowserProvider.java
+2
-1
No files found.
src/com/android/browser/BrowserProvider.java
View file @
378e5722
...
...
@@ -164,7 +164,8 @@ public class BrowserProvider extends ContentProvider {
StringBuffer
sb
=
new
StringBuffer
();
int
lastCharLoc
=
0
;
final
String
client_id
=
Partner
.
getString
(
context
.
getContentResolver
(),
Partner
.
CLIENT_ID
);
final
String
client_id
=
Partner
.
getString
(
context
.
getContentResolver
(),
Partner
.
CLIENT_ID
,
"android-google"
);
for
(
int
i
=
0
;
i
<
srcString
.
length
();
++
i
)
{
char
c
=
srcString
.
charAt
(
i
);
...
...
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