forked from dotnet/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tasks] Add
directBootAware
if needed.
Fixes dotnet#2081 If a user needs to use the `directBootAware` attribute on an `application`, `activity` or `service` we also need to include it on the `MonoRuntimeProvider` so that native libraries can be resolved correctly. Not doing so results in the following java.lang.UnsatisfiedLinkError: No implementation found for void mono.android.Runtime.register This commit looks to see if any elements in the manifest contain `directBootAware`. If there are , then we also include it in the `provider`.
- Loading branch information
1 parent
0d8942f
commit bd45b68
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters