From e316521bd4faa5b8fe14bc275a853d9213fccd12 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 28 Jan 2023 16:56:31 +0100 Subject: [PATCH] show a welcome dialog at moving from the free version --- app/src/main/AndroidManifest.xml | 5 +++++ .../simplemobiletools/notes/pro/activities/MainActivity.kt | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f1f26f9e..63148606 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,6 +11,11 @@ android:name="android.hardware.faketouch" android:required="false" /> + + + + +