ohrrpgce/ohrrpgce

Android builds not compatible with Android 12 and up

bob-the-hamster opened this issue · 1 comments

When you try to upload an ohrrpgce APK file to Google Play, it says:

You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file can't be installed on Android 12 or higher. See: developer.android.com/about/versions/12/behavior-changes-12#exported

I finally got a chance to test my attempted fix of adding android:exported="false" and it did not work. The app failed to run on Android 10 (I don't know if it was fixed for Android 12)