diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 169477f6..aac86595 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -91,6 +91,10 @@ + + openCamera() } + + if (intent?.action == ACTION_OPEN_CAMERA) + { + openCamera() + } } private fun itemsSelected(selected: Boolean) { diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml new file mode 100644 index 00000000..268bbc93 --- /dev/null +++ b/app/src/main/res/xml/shortcuts.xml @@ -0,0 +1,22 @@ + + + + + + + + + + \ No newline at end of file