Page 1 of 1
SFTPplugin not available for Android TV
Posted: 2016-03-06, 16:08 UTC
by galiganu
SFTPplugin is not available for Android TV, but all other are.
Is there a limitation of using the plugin on Android TV platform?
Thanks
galiganu
Posted: 2016-03-07, 10:22 UTC
by ghisler(Author)
Thanks for the info. I noticed one difference which seems to cause this: I need to declare:
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
to tell the play store that the plugin does NOT need the touch screen. I will add this to the next release. Btw, it should be possible to install the plugin manually from the download page:
http://www.ghisler.com/androidplugins/download/
Posted: 2016-03-07, 11:50 UTC
by galiganu
yes, i sideloaded the plugin and is working fine.
but if it will be available in the play store, the updates will be done automatically
thank you