summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRohit Yengisetty <rohit@cyngn.com>2014-11-03 12:20:34 -0800
committerlinus_lee <llee@cyngn.com>2014-11-20 12:51:37 -0800
commite4fb5611c78c40a24a41fa3bc357419cbff1709d (patch)
tree39a3300f9bc9cc73799a8da412350115759219a3 /src
parent16628a141c843081e032e68b0b5fbbc482f6049f (diff)
downloadandroid_packages_apps_Eleven-e4fb5611c78c40a24a41fa3bc357419cbff1709d.tar.gz
android_packages_apps_Eleven-e4fb5611c78c40a24a41fa3bc357419cbff1709d.tar.bz2
android_packages_apps_Eleven-e4fb5611c78c40a24a41fa3bc357419cbff1709d.zip
Eleven - Changing the color of the Notification divider line to blue.
Also increasing the inactivity-timeout of the notification to 5 minutes. https://cyanogen.atlassian.net/browse/MUSIC-160 https://cyanogen.atlassian.net/browse/MUSIC-177 Change-Id: If4c6a961fbec4dd8be43e6c7ba25a42488e70afb
Diffstat (limited to 'src')
-rw-r--r--src/com/cyngn/eleven/MusicPlaybackService.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/cyngn/eleven/MusicPlaybackService.java b/src/com/cyngn/eleven/MusicPlaybackService.java
index f93f134..0b00d7f 100644
--- a/src/com/cyngn/eleven/MusicPlaybackService.java
+++ b/src/com/cyngn/eleven/MusicPlaybackService.java
@@ -287,9 +287,9 @@ public class MusicPlaybackService extends Service {
private static final int FADEUP = 7;
/**
- * Idle time before stopping the foreground notfication (1 minute)
+ * Idle time before stopping the foreground notfication (5 minutes)
*/
- private static final int IDLE_DELAY = 60000;
+ private static final int IDLE_DELAY = 5 * 60 * 1000;
/**
* Song play time used as threshold for rewinding to the beginning of the