feat: support Android 13+ ability to choose listen or not to broadcasts from other apps#16
Open
DPohorielov wants to merge 4 commits intokevlatus:mainfrom
Open
feat: support Android 13+ ability to choose listen or not to broadcasts from other apps#16DPohorielov wants to merge 4 commits intokevlatus:mainfrom
DPohorielov wants to merge 4 commits intokevlatus:mainfrom
Conversation
- Replaced deprecated jcenter() with mavenCentral()
- Removed old buildscript {} and rootProject.allprojects {} blocks
- Added required namespace for AGP 8+
- Updated compileSdk/targetSdk to 34
- Upgraded Kotlin from 1.5.20 → 1.8.22
- Enabled buildFeatures.buildConfig
- Aligned Java and Kotlin JVM target to 17 to fix compilation errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added new name parameter for BroadcastReceiver.new:
listenToBroadcastsFromOtherApps (true by default)
Works for devices with Android 13+.
Represents RECEIVER_EXPORTED if true and RECEIVER_NOT_EXPORTED if false
Fixes a security issue for SDK 34+