What does Features column represent in Google Play Console?
Asked Answered
C

1

7

I've just uploaded a new bundle to the Google Play console.

The summary has a Features column, which currently says 4 in my new build but was 2 in my last build.

screenshot

What does the Features column represent?

And bonus question, how can I tell what those 4 Features are (vs the 2 in last build)?

Cosper answered 2/9, 2019 at 10:39 Comment(0)
F
6

Clicking on dropdown icon:

enter image description here

Reveals "Features" line with details :

enter image description here

I'm guessing that this refers to attributes that are imported using uses-feature tag in AndroidManifest.xml. Here's the list of all possible values in doc.

Note, that transitive dependencies might declare uses-feature themselves, thus you might see this number increasing though you haven't added that attribute yourself.

Flyman answered 28/3, 2020 at 10:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.