Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For targeting SDK 34 - Added RECEIVER_EXPORTED/RECEIVER_NOT_EXPORTED …
…flag support in DevSupportManagerBase Summary: Add RECEIVER_EXPORTED/RECEIVER_NOT_EXPORTED flag support to DevSupportManagerBase for Android 14 change. See https://developer.android.com/about/versions/14/behavior-changes-14#runtime-receivers-exported for details. Without this fix, app crashes during launch because of : ```SecurityException: {package name here}: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts``` Differential Revision: D47313501 fbshipit-source-id: f16da3edee1fd4cabe3000ea8225b4f29c97c3ac
- Loading branch information