chore(android): prepare SDK for Android 34 #13940
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update
According to the email from today (06/18) :
it will be required for new apps in August.
The Google pages don't show that yet:
https://developer.android.com/google/play/requirements/target-sdk and https://support.google.com/googleplay/android-developer/answer/11926878?sjid=9819215519281928158-EU
PR Changes
There is only one change if you use a broadcast receiver in your app and you might see
one of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when receiver isn't being registered exclusively for system broadcasts
After this PR users can set
<uses-sdk android:targetSdkVersion="34"/>
in their tiapp.xml to target Android 34. It is not set by default inside the SDK.Test
tiapp.xml:
Results:
One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts