From 5c0ce9375d4bd60052793bfb5aaff4c20b9832d0 Mon Sep 17 00:00:00 2001 From: RikyIsola Date: Sat, 6 Feb 2021 13:39:45 +0100 Subject: [PATCH] add home screen shortcut --- .idea/codeStyles/Project.xml | 24 ++++++----------- app/build.gradle | 5 ++-- .../ExampleInstrumentedTest.kt | 6 +++-- app/src/main/AndroidManifest.xml | 5 ++++ .../island/filemanagerutils/MainActivity.kt | 6 +++++ .../sftp/SFTPAuthenticationActivity.kt | 7 +---- app/src/main/res/xml-v25/shortcuts.xml | 14 ++++++++++ app/src/main/res/xml-v26/shortcuts.xml | 26 +++++++++++++++++++ build.gradle | 4 +-- gradle/wrapper/gradle-wrapper.properties | 2 +- 10 files changed, 70 insertions(+), 29 deletions(-) create mode 100644 app/src/main/res/xml-v25/shortcuts.xml create mode 100644 app/src/main/res/xml-v26/shortcuts.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index a5388be..35fa7be 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,25 +1,17 @@ + + - - + +