From be076f0bcbf2a3acd602ffa15aaad10f5b2735be Mon Sep 17 00:00:00 2001 From: Subsurface CI Date: Thu, 5 Dec 2024 08:06:04 -0800 Subject: [PATCH] Android: bump target SDK Version to 35 The treadmill never stops. Apparently when switching to a newer SDK, we also need to add a new pointless value to the activity section. Android: add pointless receive exported flag Because why make backwards compatible changes to the SDK when you can instead break existing applications for absolutely no reason... And of course the new required parameter doesn't exist in the older SDK we used to use, so the forced change also forces us to abandon older Android versions. Signed-off-by: Dirk Hohndel Signed-off-by: Subsurface CI --- android-mobile/AndroidManifest.xml | 5 +++-- android-mobile/build.gradle | 4 ++-- .../subsurfacedivelog/mobile/SubsurfaceMobileActivity.java | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml index 36baecfca..f41229441 100644 --- a/android-mobile/AndroidManifest.xml +++ b/android-mobile/AndroidManifest.xml @@ -18,6 +18,7 @@ android:label="@string/app_name" android:theme="@style/AppTheme" android:launchMode="singleTop" + android:exported="true" android:windowSoftInputMode="adjustResize" android:screenOrientation="unspecified" > @@ -88,8 +89,8 @@ - +