flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

Request Support for Android TV?

Open H-Cheung opened this issue 1 year ago • 2 comments

🚀 Feature Requests

The current solution does not support for Android TV, as some package have different name against Android OS. eg. android.settings.xxx vs android.tv.settings.xxx

17:43:16.106 I START u0 {act=android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION dat=package:com.aliyun.wuying.enterprise} from uid 10077 17:43:16.107 E Failed to handle method call android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION dat=package:com.aliyun.wuying.enterprise }

Platforms affected (mark all that apply)

  • [ ] :robot: Android

The Flutter App can be supported both by Android and Android TV, but this plugin made some trouble. Is there any schedule to support for Android TV?

H-Cheung avatar Jan 10 '23 07:01 H-Cheung

I am also interested in this question. TV and watches support would take Flutter to the next level

vladislav1nikov avatar Mar 20 '23 23:03 vladislav1nikov

Hi @H-Cheung, thank you for submitting your feature request!

It is an interesting idea to support Android TV. Could you elaborate on the scope of the work that would be needed to support the platform? For example, could you point us to a Flutter plugin or application that runs on both Android mobile and Android TV? Are permissions alike between the two systems or would it require substantial additions? Ideally, this feature request contains as much information as possible, so that someone in the community that wants to work on it has a kickstart.

JeroenWeener avatar Jul 04 '23 13:07 JeroenWeener