Skip to content
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

Closed
wants to merge 7 commits into from

Conversation

mdvacca
Copy link
Contributor

@mdvacca mdvacca commented Sep 26, 2023

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

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Sep 26, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545517

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545517

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 26, 2023
)

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
@analysis-bot
Copy link

analysis-bot commented Sep 26, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 16,902,794 +8,566,583
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 20,381,598 +10,807,189
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 5203354
Branch: main

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545517

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 26, 2023
)

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545517

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 26, 2023
)

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545517

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 26, 2023
)

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545517

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 27, 2023
)

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545517

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 27, 2023
)

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48545517

mdvacca added a commit to mdvacca/react-native that referenced this pull request Sep 27, 2023
)

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
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
@facebook-github-bot
Copy link
Contributor

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
@github-actions
Copy link

Warnings
⚠️ One hour and a half have passed and the E2E jobs haven't finished yet.

Generated by 🚫 dangerJS against a55fbfb

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 0384e3c.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants