Added LaunchActivity to show logo and ask for permissions before reaching MainActivity, started work on saving Actions as presets and drafted Presets menu.

This commit is contained in:
2020-10-30 17:24:48 -05:00
parent 9b4dfe89db
commit 77fa799c77
20 changed files with 556 additions and 47 deletions

View File

@@ -1,4 +1,5 @@
apply plugin: 'com.android.application'
android.defaultConfig.vectorDrawables.useSupportLibrary = true
android {
compileSdkVersion 29