Android Question Android:exported

gigi0ne

Member
Licensed User
Longtime User
hello everyone,

I know we should be generic .. but I think Erel should intervene here.

I use 11.80 64 bit (core 11.81} and the editor doesn't add the Android: Exported declaration to me in the manifest.

I state it is a project written with version 11.50.

What should I do?

thank's
 

gigi0ne

Member
Licensed User
Longtime User
Google play console response:
You have uploaded an APK or Android App Bundle that contains an activity, activity alias, service or broadcast receiver filtered by intent,
but without the "android: exported" property set. This file cannot be installed on Android 12 or later.
Visit developer.android.com/about/versions/12/behavior-changes-12#exported.

I compiled my own program with maxSdkVersion = 31 so that it works also under Android 12 and by explicit request of Google Play.

The problem is that even if I use 11.80 with 11.81 core, the editor (b4a) does not insert the android: exported declaration even if in several trheads it is written that it should.

Where should I enter this declaration?
Thank you
 
Upvote 0

Rubsanpe

Active Member
Licensed User
Hi. SDK 30 is no longer valid for uploading new apps to the Google store. You need SDK 31. From November it will also be required for updates of existing apps in the store.

Rubén
 
Upvote 0
Top