From 610c37698ab93b8d51efcaec9f721292cacfd854 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 14 Jun 2017 23:39:05 -0700 Subject: Create notification service framework --- app/src/main/AndroidManifest.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3d001740..fab2d2a3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -36,7 +36,10 @@ android:configChanges="orientation|screenSize|locale" android:hardwareAccelerated="true" android:label="@string/app_name" - android:theme="@style/AppTheme.NoActionBar"> + android:theme="@style/AppTheme.NoActionBar" /> + @@ -87,9 +90,6 @@ android:scheme="https" /> - @@ -100,6 +100,10 @@ android:name=".SettingsActivity" android:theme="@style/AppTheme.NoActionBar" /> +