Google Help: Improve the link target #1091
Triggered via pull request
September 12, 2024 01:53
Status
Failure
Total duration
1h 32m 38s
Artifacts
–
Annotations
3 errors
Gradle build:
play-services-core/src/main/kotlin/org/microg/gms/googlehelp/ui/GoogleHelpRedirectActivity.kt#L69
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#L69
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.
|