dotnet / dotnet/android-libraries
Xamarin.GooglePlayServices.Oss.Licenses reports no licenses in use
- Dominant language
- C#
- Stars
- 317
- Forks
- 73
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 17
Description
### Android framework version
net9.0-android
### Affected platform version
VS 2022 DotNET9
### Description
I've included Xamarin.GooglePlayServices.Oss.Licenses and triggered the activity the result is a page that says "This app does not have any open source licenses.
### Steps to Reproduce
Create a new MAUI applicaiton
include Xamarin.GooglePlayServices.Oss.Licenses
In the Android target trigger Platform.CurrentActivity.StartActivity(new Intent(Platform.CurrentActivity, typeof(OssLicensesMenuActivity)));
### Did you find any workaround?
Scanning the sources using a tool Like Black Duck finds hundreds of expecting Android open source licenses which can get added as a text file to the application
### Relevant log output
```shell
```
Contributor guide
Assessment
This issue has not been assessed yet.