From 7ed37139ecce905c1791625eb11a321e45725a25 Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Tue, 23 Jan 2024 19:57:53 -0500 Subject: [PATCH] docs: update firetv docs --- Writerside/topics/FAQ.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Writerside/topics/FAQ.md b/Writerside/topics/FAQ.md index 16ae2f1..6d440cf 100644 --- a/Writerside/topics/FAQ.md +++ b/Writerside/topics/FAQ.md @@ -37,8 +37,9 @@ For this reason, some features are disabled for AndroidTV. There is an older version of the app on the Amazon App Store, but it is no longer supported. It became clear that supporting the FireTV was going to be impossible for two main reasons: -1. FireTV's broken file selector API. The only way around to this is to reinvent the wheel and build a custom file selector UI from scratch. -2. Poorly implemented developer portal with almost no support, a painful review process, and zero CI for apps. +1. FireTV's broken file selector API (The only way around to this is to reinvent the wheel and build a custom file selector UI from scratch) +2. No way to emulate their devices for testing +3. Poorly implemented developer portal with almost no support, a painful review process, and zero CI for apps That being said, the app can still be side-loaded on a FireTV. The app will likely work.