android - <uses-configuration> and the Google Play Store -


after adding

<uses-configuration android:reqtouchscreen="stylus"/> 

to androidmanifest.xml, google play store shows absolutely no devices compatible.

how restrict app available on devices have stylus?

most likely, don't, because there no devices can only operated stylus. devices galaxy note can used supplied stylus, can used finger.

the android:reqtouchscreen="stylus" option added in support devices might use old-style resistive touchscreen can used such stylus. not refer modern sort of "active stylus" see accompany devices.

if using proprietary api interacting stylus (e.g., samsung s-pen), there may aspects of how connect api (e.g., <uses-library>) serve filter, restricting devices support api.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -