The default manifest created for android only includes the ‘android.hardware.touchscreen’ feature.
My app requires the ability to track 2 touches independently, which would need the ‘android.hardware.touchscreen.multitouch.distinct’ feature to be added as well.
I’m not sure if I’m missing something, but the only way I’ve been able to add this is to use apktool to unpack the APK generated by Corona, then manually add the feature in the manifest, and then re-pack and re-sign the APK.
Is there any other way to do this? It would be great if these kinds of feature-settings could be added in the build.settings file.
[import]uid: 70847 topic_id: 14184 reply_id: 314184[/import]
[import]uid: 52491 topic_id: 14184 reply_id: 52272[/import]