Google Help: Improve the link target #1096
Annotations
3 errors
Execute Gradle check:
play-services-core/src/main/kotlin/org/microg/gms/googlehelp/ui/GoogleHelpRedirectActivity.kt#L64
The intent action android.intent.action.VIEW (used to start an activity) matches the intent filter of a non-exported component org.microg.gms.ui.MainSettingsActivity from a manifest. If you are trying to invoke this specific component via the action then you should make the intent explicit by calling Intent.set{Component,Class,ClassName}. [UnsafeImplicitIntentLaunch]
|
Execute Gradle check:
play-services-core/src/main/kotlin/org/microg/gms/googlehelp/ui/GoogleHelpRedirectActivity.kt#L64
The intent action android.intent.action.VIEW (used to start an activity) matches the intent filter of a non-exported component org.microg.gms.ui.MainSettingsActivity from a manifest. If you are trying to invoke this specific component via the action then you should make the intent explicit by calling Intent.set{Component,Class,ClassName}. [UnsafeImplicitIntentLaunch]
|
Execute Gradle check
Process completed with exit code 1.
|
Loading