From 37c8bd92d23f1db8f84a5dd256304e17cd605e37 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 6 Nov 2018 11:06:28 +0000 Subject: [PATCH] Added compose shortcut --- app/src/main/AndroidManifest.xml | 13 +++++++++++++ app/src/main/res/values/strings.xml | 2 ++ app/src/main/res/xml/shortcuts.xml | 13 +++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 app/src/main/res/xml/shortcuts.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 521ee2fc98..70beaade8b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -39,11 +39,16 @@ android:excludeFromRecents="true" android:launchMode="singleInstance" android:theme="@style/Theme.Transparent"> + + + + @@ -69,6 +75,7 @@ android:exported="true" android:launchMode="standard" android:parentActivityName=".ActivityView"> + @@ -76,11 +83,13 @@ + + @@ -102,6 +111,7 @@ android:authorities="${applicationId}" android:exported="false" android:grantUriPermissions="true"> + @@ -110,9 +120,11 @@ + + @@ -122,6 +134,7 @@ + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 96b8f7db80..aa1d1b7f12 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -7,6 +7,8 @@ Notifications Errors + Compose + Synchronizing %1$d account Synchronizing %1$d accounts diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml new file mode 100644 index 0000000000..a2bff73ccd --- /dev/null +++ b/app/src/main/res/xml/shortcuts.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file