Skip to content

DedBash/AndroidTV-WebAPP

Repository files navigation

AndroidTV-WebAPP

Is an app for all current AndroidTV versions e.g. MI TVs or FireTV sticks.

Requirements

URL Change

Go to java>systems>kiznaiver>webappp>MainActivity.java
and change the "<Change me>" to your URL so that it looks like this:

12
13    public static final String EXTRA_URL = "https://github.com/Kiznaiver-Systems/AndroidTV-WebAPP/";
14    WebView myWebview;

URL APP Name

Go to res>values>strings.xml
and change the "Change ME" to your URL so that it looks like this:

1    <resources>
2        <string name="app_name">Cool Web APP</string>

Build APP

Once you have changed the URL you can build the app via the header Build>Build Bundle(s)/APK(s)>APK(s) and thus create the APK
For ADB:
If you want to start the APP via ADB you have to execute

adb shell am start systems.kiznaiver.webappp/systems.kiznaiver.webappp.MainActivity

in the adb shell

Images

Change the URL
Change the Name
Build the APP
Run ADB Start up
Screenshots
APP Install
APP in Appselector
Screenshots

About

A WebAPP for Android TV to customize yourself

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages