Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cordova-plugin-background-geolocation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Aksimaya
cordova-plugin-background-geolocation
Commits
b02eaf06
Commit
b02eaf06
authored
Apr 02, 2014
by
Tarang Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update LocationUpdateService.java
parent
a8769521
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
LocationUpdateService.java
src/android/LocationUpdateService.java
+2
-2
No files found.
src/android/LocationUpdateService.java
View file @
b02eaf06
...
@@ -179,8 +179,8 @@ public class LocationUpdateService extends Service implements LocationListener {
...
@@ -179,8 +179,8 @@ public class LocationUpdateService extends Service implements LocationListener {
PendingIntent
pendingIntent
=
PendingIntent
.
getActivity
(
this
,
0
,
main
,
PendingIntent
.
FLAG_UPDATE_CURRENT
);
PendingIntent
pendingIntent
=
PendingIntent
.
getActivity
(
this
,
0
,
main
,
PendingIntent
.
FLAG_UPDATE_CURRENT
);
Notification
.
Builder
builder
=
new
Notification
.
Builder
(
this
);
Notification
.
Builder
builder
=
new
Notification
.
Builder
(
this
);
builder
.
setContentTitle
(
"
Eato Driver App
"
);
builder
.
setContentTitle
(
"
Background tracking
"
);
builder
.
setContentText
(
"
Ready
"
);
builder
.
setContentText
(
"
ENABLED
"
);
builder
.
setSmallIcon
(
android
.
R
.
drawable
.
ic_menu_mylocation
);
builder
.
setSmallIcon
(
android
.
R
.
drawable
.
ic_menu_mylocation
);
builder
.
setContentIntent
(
pendingIntent
);
builder
.
setContentIntent
(
pendingIntent
);
Notification
notification
;
Notification
notification
;
...
...
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