From 203d35799a6b7870415946ec8cbf699cfc0934d6 Mon Sep 17 00:00:00 2001 From: comanx Date: Fri, 19 Jan 2024 17:22:23 +0800 Subject: [PATCH] Fix the issue of inability to start on Android 14 Fix the issue where setting android:exported="true" is required to start an Activity on Android 14 --- tools/android-create-apk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/android-create-apk.py b/tools/android-create-apk.py index 7d73ba0..9944295 100644 --- a/tools/android-create-apk.py +++ b/tools/android-create-apk.py @@ -116,6 +116,7 @@ f.write(' \n') f.write(' \n'.format(args.name))