Hi everybody, i try to update my existing Android TV in App store. The Version1.0 was supported by the only TV Device Nexus TV. So i developed a new APK with new features and changed my manifest.xml to:
<uses-feature android:name="android.software.leanback" android:required="false"/> <uses-feature android:name="android.hardware.touchscreen" android:required="false"/> <uses-feature android:name="android.hardware.faketouch" android:required="false"/> I expected that now the supported Device list would be extended because before that i have set leaseback to true, so only the Nexus Player was available. Has anybody an idea why i can't extend the list of supported Devices by updating the app? Greetings, Michael -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/1cc7b104-6f15-4487-ba61-d43dd3b67f32%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

