Google Help: Improve the link target #1092
Triggered via pull request
September 12, 2024 01:57
Status
Failure
Total duration
33m 36s
Artifacts
–
Annotations
3 errors
Gradle build:
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]
|
Gradle build:
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]
|
Gradle build
Process completed with exit code 1.
|