-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support for devices without telephony enabled #1157
Comments
As per documentation, https://developer.android.com/guide/topics/manifest/uses-permission-element, android:required="false" has to be set in . |
For this entry,
There is a warning about following:
For this entry,
The value android:name="android.hardware.telephony" might not be accepted, as it refers to a Implied feature requirement and not a type of Permission. |
Context
Many devices are disabled from using Avni because they don't have telephony enabled. However, most Avni use-cases do not require telephony.
Acceptance criteria
As a user of a device without telephony enabled, when I search for Avni on the playstore, I need to be able to find and install it.
The text was updated successfully, but these errors were encountered: