From 7ebc662c6fa3bb28194615e09db0c8577e9e22e1 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Sat, 13 May 2023 19:04:35 +0200 Subject: [PATCH] Add assistant activity shortcut Close #322 --- app/ui/src/debug/res/xml/shortcuts.xml | 15 +++++++++++++++ app/ui/src/main/AndroidManifest.xml | 4 ++++ app/ui/src/main/res/xml-v25/debug_shortcuts.xml | 2 -- app/ui/src/main/res/xml/shortcuts.xml | 3 +++ app/ui/src/nightly/res/xml/shortcuts.xml | 15 +++++++++++++++ app/ui/src/release/res/xml/shortcuts.xml | 15 +++++++++++++++ 6 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 app/ui/src/debug/res/xml/shortcuts.xml delete mode 100644 app/ui/src/main/res/xml-v25/debug_shortcuts.xml create mode 100644 app/ui/src/main/res/xml/shortcuts.xml create mode 100644 app/ui/src/nightly/res/xml/shortcuts.xml create mode 100644 app/ui/src/release/res/xml/shortcuts.xml diff --git a/app/ui/src/debug/res/xml/shortcuts.xml b/app/ui/src/debug/res/xml/shortcuts.xml new file mode 100644 index 00000000..142c687e --- /dev/null +++ b/app/ui/src/debug/res/xml/shortcuts.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/app/ui/src/main/AndroidManifest.xml b/app/ui/src/main/AndroidManifest.xml index 5d532173..843f3111 100644 --- a/app/ui/src/main/AndroidManifest.xml +++ b/app/ui/src/main/AndroidManifest.xml @@ -24,6 +24,10 @@ + + + - diff --git a/app/ui/src/main/res/xml/shortcuts.xml b/app/ui/src/main/res/xml/shortcuts.xml new file mode 100644 index 00000000..34533507 --- /dev/null +++ b/app/ui/src/main/res/xml/shortcuts.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/app/ui/src/nightly/res/xml/shortcuts.xml b/app/ui/src/nightly/res/xml/shortcuts.xml new file mode 100644 index 00000000..27c0c2ea --- /dev/null +++ b/app/ui/src/nightly/res/xml/shortcuts.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/app/ui/src/release/res/xml/shortcuts.xml b/app/ui/src/release/res/xml/shortcuts.xml new file mode 100644 index 00000000..272c0ad4 --- /dev/null +++ b/app/ui/src/release/res/xml/shortcuts.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file