From ad1fdfaa5a8495d3feb6abc9debd838bbbd43780 Mon Sep 17 00:00:00 2001 From: Nishant Date: Sat, 15 Apr 2023 04:10:44 +0530 Subject: [PATCH] Initial implementation of app shortcuts --- android/AndroidManifest.xml | 2 ++ android/res/xml/shortcuts.xml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 android/res/xml/shortcuts.xml diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 9a87dce46b..4439e8ebb3 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -635,6 +635,8 @@ + + + + + + -- 2.45.3