Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
302b129e
Commit
302b129e
authored
Feb 18, 2015
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dead local store
CID #1270889, #1270891
parent
908337ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vlc-android/tv/src/org/videolan/vlc/gui/tv/RecommendationsService.java
...v/src/org/videolan/vlc/gui/tv/RecommendationsService.java
+0
-3
No files found.
vlc-android/tv/src/org/videolan/vlc/gui/tv/RecommendationsService.java
View file @
302b129e
...
...
@@ -72,7 +72,6 @@ public class RecommendationsService extends IntentService {
@Override
protected
void
onHandleIntent
(
Intent
intent
)
{
if
(
intent
!=
null
)
{
final
String
action
=
intent
.
getAction
();
MediaLibrary
.
getInstance
().
addUpdateHandler
(
mHandler
);
}
}
...
...
@@ -84,7 +83,6 @@ public class RecommendationsService extends IntentService {
sContext
.
getSystemService
(
Context
.
NOTIFICATION_SERVICE
);
}
Bundle
extras
=
new
Bundle
();
// if (mBackgroundUri != movie.getBackgroundUri()) {
// extras.putString(EXTRA_BACKGROUND_IMAGE_URL, movie.getBackgroundUri());
// }
...
...
@@ -102,7 +100,6 @@ public class RecommendationsService extends IntentService {
.
setLargeIcon
(
sMediaDatabase
.
getPicture
(
sContext
,
movie
.
getLocation
()))
.
setSmallIcon
(
R
.
drawable
.
icon
)
.
setContentIntent
(
buildPendingIntent
(
movie
))
// .setExtras(extras))
).
build
();
// post the recommendation to the NotificationManager
...
...
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