Android Question SDK_Target 26, what consequences?

Peter Simpson

Expert
Licensed User
Longtime User
I presume that Erel was talking about RTP (Run Time Permissions) and that developers should remember to add the RTP library if they are going to set the Target to higher then >=23. All my apps are set to Target 27 and any apps that need the RTP library have got it.

Not just RTP, but other things are also be effect after Target 34.

But I could be incorrect about the consequences that Erel was talking about...
 
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
A few things (not complete):

- 23 - runtime permissions
- 24 - must use FileProvider when sharing files
- 26 - background limits.

You must carefully test your app on a device running the OS version set in the targetSdkVersion (or higher).

Don't rush with it. The deadline is August 2018 for new apps and November 2018 for existing apps.
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
A few things (not complete):

- 23 - runtime permissions
- 24 - must use FileProvider when sharing files
- 26 - background limits.

You must carefully test your app on a device running the OS version set in the targetSdkVersion (or higher).

Don't rush with it. The deadline is August 2018 for new apps and November 2018 for existing apps.
Thank's.

Having them schematized is better for me than I do not know English well.

The official link is complete, but much of what is written I can not understand it.

Thanks again
 
Upvote 0
Top