From cabd426608f2c6776ecd1ef2ac0053dcc352adbc Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Wed, 15 Jul 2015 13:31:45 -0700 Subject: Add the v4 support library and update the notification API. Switch to using NotificationCompat.Builder. This will allow for the creation of a "disconnect all" button in the notification (see #93). --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 71f25e7..406f3b9 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -21,7 +21,7 @@ android:versionCode="374" android:installLocation="auto"> - + -- cgit v1.2.3