-
Notifications
You must be signed in to change notification settings - Fork 38
[android12] add android:exported attribute to core extension's manifest #202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
* commit '80111f1f84adc38d2a5038d3c6f47c95d1103059': add back android manifest for debug Clean up Consent package remove babelrc file [assurance] clean up assurance package & update public docs with typescript syntax (#158) Clean up for EdgeIdentity and update readme. [core] clean up core package & update public docs with typescript syntax (#157) Clean up for Edge extension Staging -> Main for Edge beta.2 release (#151)
…t's required by Android 12
# Conflicts: # apps/AEPSampleApp/ios/Podfile.lock
cacheung
approved these changes
Jul 22, 2022
yangyansong-adbe
added a commit
that referenced
this pull request
Jul 22, 2022
…st (#202) (#203) * clean up core extension * fix review comments * add a new API: clearUpdatedConfiguration * update public docs * update android native implementation * add android:exported attribute to core extension's manifest file as it's required by Android 12 * Merge branch 'staging' into core (#201) # Conflicts: # apps/AEPSampleApp/ios/Podfile.lock * update core version
yangyansong-adbe
added a commit
that referenced
this pull request
Feb 24, 2023
* feat: adds react native wrapper for aep places * [android12] add android:exported attribute to core extension's manifest (#202) * clean up core extension * fix review comments * add a new API: clearUpdatedConfiguration * update public docs * update android native implementation * add android:exported attribute to core extension's manifest file as it's required by Android 12 * Merge branch 'staging' into core (#201) # Conflicts: # apps/AEPSampleApp/ios/Podfile.lock * update core version * [android12] add android:exported attribute to core extension's manifest (#202) (#203) * clean up core extension * fix review comments * add a new API: clearUpdatedConfiguration * update public docs * update android native implementation * add android:exported attribute to core extension's manifest file as it's required by Android 12 * Merge branch 'staging' into core (#201) # Conflicts: # apps/AEPSampleApp/ios/Podfile.lock * update core version * build: updates xcode image in circleci * feat: adds score to offer class, better type defs * docs: update readme, copyrights * docs: 📝 adds license * docs: 📝 update docs with examples, add places to root docs * feat: adds target rn wrapper * docs: update docs for target * docs: 📝 updates target docs with syntax * fix: 🎨 pr feedback for adding score * chore: ⬆️ updates to latest versions of messaging * feat: ✨ adds support for campaign classic * build: 💚 change test commad for circleci * fix: 🥅 updates podfile * chore: 🔖 upgrades beta packages to release * Update Readme for Edge and Edge Identity. Replace all https://aep-sdks.gitbook.io/docs/ to adobe.io docs. Update Readme for Edge and Edge Identity. Replace all https://aep-sdks.gitbook.io/docs/ to adobe.io docs. * fix: defer to root project sdk version gradle params (#223) * Bump up package versions to adopt Android 2.0 (#226) * update extension packages with Android 2.0 builds * no message * revert messaging version to 1.0.0 * address review comments * bump API level to 33 for test app * Update SDK installation steps for Android 2.0 integration (#232) * update extension packages with Android 2.0 builds * no message * installation doc update for Android 2.0 * update docs * Update README.md * update sample app * Update README.md * address review comments --------- Co-authored-by: dsoffiantini <[email protected]> Co-authored-by: Calise Cheung <[email protected]> Co-authored-by: Kevin Dice <[email protected]>
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.
Adding the
android:exportedattribute to the Android manifest file in order to meet the Android requirement when targeting API level 31+. For more details see: adobe/react-native-acpcore#129