-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Remove support for Android API < 23 in PermissionsModule #39680
Conversation
This pull request was exported from Phabricator. Differential Revision: D48545517 |
This pull request was exported from Phabricator. Differential Revision: D48545517 |
) Summary: Pull Request resolved: facebook#39680 Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class PermissionsModule chnagelog: [Android][Breaking] Remove support for Android API < 23 in PermissionsModule Reviewed By: NickGerleman Differential Revision: D48545517 fbshipit-source-id: 6bf75f364b2e2d4b46d4d3d469a7c11f70eb8789
315709d
to
0c733d2
Compare
Base commit: 5203354 |
This pull request was exported from Phabricator. Differential Revision: D48545517 |
) Summary: Pull Request resolved: facebook#39680 Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class PermissionsModule chnagelog: [Android][Breaking] Remove support for Android API < 23 in PermissionsModule Reviewed By: NickGerleman Differential Revision: D48545517 fbshipit-source-id: 75820dbb366bfb7fb9aaefc9adb8ba53d845f7bb
0c733d2
to
742ea5a
Compare
This pull request was exported from Phabricator. Differential Revision: D48545517 |
) Summary: Pull Request resolved: facebook#39680 Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class PermissionsModule chnagelog: [Android][Breaking] Remove support for Android API < 23 in PermissionsModule Reviewed By: NickGerleman Differential Revision: D48545517 fbshipit-source-id: 6bebb3959312ab8a54b70d693fcecd757224fd1d
742ea5a
to
cff404f
Compare
This pull request was exported from Phabricator. Differential Revision: D48545517 |
) Summary: Pull Request resolved: facebook#39680 Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class PermissionsModule chnagelog: [Android][Breaking] Remove support for Android API < 23 in PermissionsModule Reviewed By: NickGerleman Differential Revision: D48545517 fbshipit-source-id: 8f1069b3d24c2c0a0b2b9b15ef86f63d43019f71
cff404f
to
b0599e8
Compare
This pull request was exported from Phabricator. Differential Revision: D48545517 |
) Summary: Pull Request resolved: facebook#39680 Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class PermissionsModule chnagelog: [Android][Breaking] Remove support for Android API < 23 in PermissionsModule Reviewed By: NickGerleman Differential Revision: D48545517 fbshipit-source-id: b8880ab16f3cf98cbd056ed1163c471b878515a9
b0599e8
to
b909ce3
Compare
This pull request was exported from Phabricator. Differential Revision: D48545517 |
) Summary: Pull Request resolved: facebook#39680 Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class PermissionsModule chnagelog: [Android][Breaking] Remove support for Android API < 23 in PermissionsModule Reviewed By: NickGerleman Differential Revision: D48545517 fbshipit-source-id: cb0876253b8451a619d8b0bf8ad83ed481a4eceb
b909ce3
to
fbed97e
Compare
This pull request was exported from Phabricator. Differential Revision: D48545517 |
) Summary: Pull Request resolved: facebook#39680 Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class PermissionsModule changelog: [Android][Breaking] Remove support for Android API < 23 in PermissionsModule Reviewed By: NickGerleman Differential Revision: D48545517 fbshipit-source-id: 0a91ee6205f4e8435d2ce60e0a6eda12b6f052d0
fbed97e
to
a55fbfb
Compare
Summary: In this diff I'm increasing the minSdk of RN Android to 23 to keep it in sync with Meta min sdk changelog: [Android][Breaking] Increase min sdk version of RN Android to 23 Differential Revision: D48177965 fbshipit-source-id: 917dd4e98d9a85f858da037a9339a1ab9f84e7e5
Summary: Since minSDK was bumped to Android API 23 we are removing support of code using Android API <23 in chnagelog: [Android][Breaking] Remove support for Android API < 23 in Differential Revision: D48545501 fbshipit-source-id: e969aa45b7f9f7f873f012c06e6ae7cf97d4b149
Summary: Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class ReactFragment chnagelog: [Android][Breaking] Remove support for Android API < 23 in ReactFragment Differential Revision: D48545506 fbshipit-source-id: ae66d6b4e251d40a4ce42ac065438888c03a4cf0
Summary: Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class DebugOverlayController chnagelog: [Android][Breaking] Remove support for Android API < 23 in DebugOverlayController Differential Revision: D48545520 fbshipit-source-id: a8867cd036c16515c83d36656df85a721ff7e689
Summary: Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class WindowOverlayCompat chnagelog: [Android][Breaking] Remove support for Android API < 23 in WindowOverlayCompat Differential Revision: D48545505 fbshipit-source-id: 4ee804a6bbbdb531d335c5e580de1bc3e1d1c357
Summary: Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class RequestBodyUtil chnagelog: [Android][Breaking] Remove support for Android API < 23 in RequestBodyUtil Differential Revision: D48545515 fbshipit-source-id: a7532915d09051c1dcbbd73da79a2b3eea77fa4d
This pull request was exported from Phabricator. Differential Revision: D48545517 |
) Summary: Pull Request resolved: facebook#39680 Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class PermissionsModule changelog: [Android][Breaking] Remove support for Android API < 23 in PermissionsModule Reviewed By: NickGerleman Differential Revision: D48545517 fbshipit-source-id: 344e642964556a1439d6eeacaea8bc99e17d5416
a55fbfb
to
0cbde30
Compare
This pull request has been merged in 0384e3c. |
Summary:
Since minsdk version was increased to 23, we are deleting code using Android APIs < 23 for class PermissionsModule
chnagelog: [Android][Breaking] Remove support for Android API < 23 in PermissionsModule
Reviewed By: NickGerleman
Differential Revision: D48545517