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

fix Play Store feature filtering #1173

Merged
merged 2 commits into from
Oct 31, 2014
Merged

fix Play Store feature filtering #1173

merged 2 commits into from
Oct 31, 2014

Conversation

cascheberg
Copy link
Contributor

This should fix #1150.
@garvankeeley Just saw that you found the same cause.

<uses-feature android:name="android.hardware.wifi" />
<uses-feature android:name="android.hardware.location.gps" android:required="true" />
<uses-feature android:name="android.hardware.telephony" android:required="false" />
<uses-feature android:name="android.hardware.wifi" android:required="false" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no wifi? I can't imagine we support a no wifi device

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know which devices those might be, but wouldn't it be the same as scanning with wifi disabled? Or is there a problem that will crash the app?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's leave that one out since we are unsure of the implications.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would crash... could be fixed of course in case that is needed at some point.
Updated push to minimum changes.

@garvankeeley
Copy link
Contributor

Looks good!

garvankeeley added a commit that referenced this pull request Oct 31, 2014
@cascheberg fix Play Store feature filtering: telephony not required
@garvankeeley garvankeeley merged commit 945f78f into mozilla:dev Oct 31, 2014
@Djfe
Copy link
Contributor

Djfe commented Oct 31, 2014

@cascheberg is Wi-Fi now required or not?

@garvankeeley
Copy link
Contributor

wifi is required

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.

nexus 7 2013 lte: can't install play store, make android.hardware.telephony required=false
3 participants