[android-developers] How to allow for devices without a touchscreen android.hardware.touchscreen

2010-11-26 Thread tberthel
Basically all my games support non touchscreen devices but it seems that the store thinks my games have this as a required feature. So how do I make it so the following does not show up in the Android Market? This apk requests 1 features that will be used for Android Market filtering

Re: [android-developers] How to allow for devices without a touchscreen android.hardware.touchscreen

2010-11-26 Thread Kostya Vasilyev
Just an idea: you could try adding this feature in the manifest yourself, and set android:required=false. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 27.11.2010 2:01 пользователь tberthel travisberthe...@hotmail.com написал: Basically all my games support non touchscreen devices but it

Re: [android-developers] How to allow for devices without a touchscreen android.hardware.touchscreen

2010-11-26 Thread Dianne Hackborn
It is currently assumed that applications require a touchscreen, since a non-touch device is not a compatible device. To be honest, I would just not worry about it; at whatever point non-touch devices are going to become compatible, there will be a lot of noise about it with instructions on how