-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.
Description
Android application type
.NET Android (net7.0-android, etc.)
Affected platform version
VS2022 net7
Description
I found a MonoRuntimeProvider in final AndroidManifest.xml
</activity>
<provider android:name="mono.MonoRuntimeProvider" android:exported="false" android:initOrder="1999999999" android:authorities="coloryr.colormc.android.mono.MonoRuntimeProvider.__mono_init__" />
<provider android:name="mono.MonoRuntimeProvider_1" android:exported="false" android:initOrder="1999999998" android:process=":game" android:authorities="coloryr.colormc.android.mono.MonoRuntimeProvider_1.__mono_init__" />
I want to remove MonoRuntimeProvider from process :game, cound write some config or command to remove it when building project?
Steps to Reproduce
- Just building
Did you find any workaround?
No response
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.