[Android] Dead local store
Geoffrey Métais
git at videolan.org
Wed Feb 18 16:07:44 CET 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Feb 18 15:03:35 2015 +0100| [302b129e3f14708b44fecb79953dc477381dfe41] | committer: Geoffrey Métais
Dead local store
CID #1270889, #1270891
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=302b129e3f14708b44fecb79953dc477381dfe41
---
.../tv/src/org/videolan/vlc/gui/tv/RecommendationsService.java | 3 ---
1 file changed, 3 deletions(-)
diff --git a/vlc-android/tv/src/org/videolan/vlc/gui/tv/RecommendationsService.java b/vlc-android/tv/src/org/videolan/vlc/gui/tv/RecommendationsService.java
index 2392faa..9798ce4 100644
--- a/vlc-android/tv/src/org/videolan/vlc/gui/tv/RecommendationsService.java
+++ b/vlc-android/tv/src/org/videolan/vlc/gui/tv/RecommendationsService.java
@@ -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
More information about the Android
mailing list