IvanVolosyuk / diskusage

Automatically exported from code.google.com/p/diskusage
GNU General Public License v2.0
334 stars 59 forks source link

Android TV #62

Open denilsonsa opened 4 years ago

denilsonsa commented 4 years ago

DiskUsage is listed at the Play Store, but is not available for Android TVs. However, if you manually sideload and install the app (let's say, from F-Droid), the app works fine on Android TV and can be controlled even without a touch screen (i.e. can be controlled with the arrow keys from a remote control).

Thus, it would be nice if you could add support for Android TV into your app.

I'm not sure what's needed (probably some change in the manifest with android.software.leanback and android.intent.category.LEANBACK_LAUNCHER, plus some launcher image, and maybe some changes for the guidelines of the Google Play store).