Hi.
We have a web app for FireTV. My understanding is that web apps will be (or already have been) discontinued, i.e. you can no longer submit a new web app.
Also, it’s my understanding is that existing web apps have been wrapped as Android apk packages. For our web app, I see two auto generated APKs created for our web app in our dashboard:
AutoGeneratedApk
AutoGeneratedApkGen6
In the case of AutoGeneratedApk, the manifest has some strange configurations one of which is android.permission.READ_PHONE_STATE. Our app, which runs on FireTV, is not interested in phone state; this makes no sense in the context in which the app runs.
Unfortunately, for some users, when they install our app, they’re prompted to give permission for our app to access their phone. This could be, understandably, a road block for someone wanting to install our app.
I’m not sure how to change this without submitting a new version of our app, and that leads to my question.
Should I just create an android app for TV and drop a webview which is in turn populated with our existing web app? Is that acceptable? Or should I bite the bullet and rebuild the app as a native Android app?
I found this post when searching about this subject:
But when I look at the page linked to in the post, it doesn’t seem to apply to my app (I have no config.xml file, for example).
This post seems to indicate that there a variety of ways to do what I’m asking:
Thank you for any help or advice.