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 000000000..142c687e3 --- /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 5d5321732..843f3111b 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 000000000..345335073 --- /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 000000000..27c0c2ea9 --- /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 000000000..272c0ad47 --- /dev/null +++ b/app/ui/src/release/res/xml/shortcuts.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file