refactor(android)!: remove deprecated APIs orphaned by @NativePlugin drop - #8564
Merged
OS-ruimoreiramendes merged 1 commit intoAug 11, 2026
Conversation
OS-ruimoreiramendes
marked this pull request as ready for review
August 11, 2026 12:19
OS-ruimoreiramendes
requested review from
ItsChaceD,
OS-pedrogustavobilro,
alexgerardojacinto,
andredestro,
markemer and
theproducer
August 11, 2026 12:19
9 tasks
9 tasks
OS-pedrogustavobilro
approved these changes
Aug 11, 2026
OS-ruimoreiramendes
force-pushed
the
refactor/RMET-5304/remove-deprecated-apis
branch
from
August 11, 2026 16:36
5d6fe9b to
d2ad117
Compare
andredestro
approved these changes
Aug 11, 2026
OS-ruimoreiramendes
deleted the
refactor/RMET-5304/remove-deprecated-apis
branch
August 11, 2026 16:43
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.
Description
Follow-up to the @NativePlugin removal RMET-5305. Removes deprecated APIs in Plugin and Bridge whose remaining internal consumers were the legacy permission/activity-result flow.
ref: https://outsystemsrd.atlassian.net/browse/RMET-5304
Intentionally kept (still overridden by
CordovaPluginfor Cordova compatibility):Plugin.handleRequestPermissionsResult,Plugin.handleOnActivityResult,Plugin.hasDefinedRequiredPermissions,Plugin.hasRequiredPermissions.A follow-up ticket will refactor
CordovaPluginto enable full removal in Cap 10.Change Type
Platforms Affected
Notes / Comments