Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Casanowow Life for love
VLC-Android
Commits
cf3067bb
Commit
cf3067bb
authored
Feb 01, 2012
by
Sébastien Toque
Browse files
widget: open vlc from the cover
parent
99e60c93
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/src/org/videolan/vlc/android/AudioService.java
View file @
cf3067bb
...
...
@@ -565,7 +565,7 @@ public class AudioService extends Service {
views
.
setOnClickPendingIntent
(
R
.
id
.
play_pause
,
piPlay
);
views
.
setOnClickPendingIntent
(
R
.
id
.
stop
,
piStop
);
views
.
setOnClickPendingIntent
(
R
.
id
.
forward
,
piForward
);
views
.
setOnClickPendingIntent
(
R
.
id
.
linearLayout
1
,
piVlc
);
views
.
setOnClickPendingIntent
(
R
.
id
.
imageView
1
,
piVlc
);
/* update widget */
ComponentName
widget
=
new
ComponentName
(
context
,
VLCAppWidgetProvider
.
class
);
...
...
Write
Preview
Supports
Markdown
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