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

Add tags in AndroidManifest to support PlayStore filtering #314

Merged
merged 1 commit into from
Mar 16, 2020

Conversation

yuhan6665
Copy link
Contributor

Google Playstore is using uses-feature and supports-screens to filter devices.
By setting all screens to true and specifying features as "not required" should make app compatible with more devices. Particularly it includes Chrome OS devices.

Based on https://developer.android.com/topic/arc/manifest
Since we use camera permission, it will be implied that we require two camera related features. So we need to explicitly declare it as not required.
Although I can't test it on Playstore, I have tested on Chrome OS emulators that the basic feature is working. In "import config from QR code" screen, the camera view will be blank.

Google Playstore is using uses-feature and supports-screens
to filter devices.
By setting all screens to true and specifing features as
"not required" should make app compatible with more devices
Particularly it includes Chrome OS devices.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants