Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot retrieve licenses on the devices with Play Service disabled. #267

Open
dangerousor opened this issue May 16, 2023 · 0 comments
Open
Labels
oss-licenses Issues related to com.google.android.gms:oss-licenses-plugin

Comments

@dangerousor
Copy link

Describe the bug
We found there were some types of devices whose Play Service might be disabled by default at the very first-time users use it. On that condition, we found the open-source licenses activity cannot display well. What we got is an empty page. From the logcat, we saw the reason is the disable status of Play Service. While as we know, the licenses data have already been packaged into application during compile time. Which means, there is no reason that we get into fail when Play Service is disabled.

To Reproduce
Steps to reproduce the behavior:

  1. Integrate OSS License plugin
  2. Disable Play Service
  3. Start OssLicensesMenuActivity
  4. See empty page

Expected behavior
All license can be displayed on the page

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Gradle version: [e.g. 4.1] 8.0
  • Android Studio version [e.g. 3.1 (stable)]: 2022.2.1 Patch 1
  • Plugin name and version [e.g. OSS Licenses 16.0.0]: com.google.android.gms:oss-licenses-plugin:0.10.6

Additional context
Add any other context about the problem here.

@davidmotson davidmotson added the oss-licenses Issues related to com.google.android.gms:oss-licenses-plugin label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oss-licenses Issues related to com.google.android.gms:oss-licenses-plugin
Projects
None yet
Development

No branches or pull requests

2 participants