Skip to content

Conversation

@Codereamp
Copy link
Owner

@Codereamp Codereamp commented Jul 10, 2024

There's no string literal "android.intent.ACTION_INSTALL_PACKAGE" in Android sources, but there's a constant that can be accesses as android.intent.ACTION_INSTALL_PACKAGE

The actual value of this constant is "android.intent.action.INSTALL_PACKAGE"

Both ways can be used for fixing (either the constant or string), here twice the string is fixed

There's no string literal "android.intent.ACTION_INSTALL_PACKAGE" in Android sources, but there's a constant that can be accesses as android.intent.ACTION_INSTALL_PACKAGE

The actual value of this constant is "android.intent.action.INSTALL_PACKAGE"

Both ways can be used for fixing (either the constant or string), here twice the string is fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants