Android TV Notifier is an Android app that allows users to send notifications from phone or tablet to an Android TV.
It can immediately forward app notifications from your mobile device to your Android TV. Including the application logo, content image or the incoming caller/sms sender contact image.
You can also send custom notifications using automation apps like Tasker, Macrodroid, etc.
Short video:
Minimum requirements: Android 7 or higher.
Supported devices: every Android and Google TV (real TV devices and TV Boxes, like Xiaomi Miboxes), Amazon Fire TV and some special devices (e.g.: GE Kitchen Hub).
If you need support for any device, drop me an e-mail
- Has restrictions required by Google for publishing on Google Play (SMS and call permissions). These differences are only affect the mobile side working (so installing the Github version doesn't give any advantage on the TV site)
- Get it on Google Play
- Has no restrictions. It includes the SMS and call permissions. It gives advantages on mobiles but not on TVs.
- Via GitHub Releases the latest release
Permissions
-
Draw over other apps permission: Permission required to create an overlay. Depending on the Android version and manufacturer this option may not be available on a system setting menu. In this case, you will have to enable it via ADB command:
adb shell appops set com.smrtprjcts.atvnotif SYSTEM_ALERT_WINDOW allow
-
Battery optimization: This step is optional, but recommended to avoid the app being killed by the system. If the the battery optimization permission isn't granted on the TV the app may be killed by the system after a while. Then the mobile device won't be able to communicate with the TV. You can grant it in the settings of the TV. To turn off the energy optimization, go to:
Settings -> Apps -> Special App Permissions -> Energy Optimization and select the Android TV Notifier app.
But this menu may differ depending on the manufacturer and Android version.
If you cannot access the system option to disable battery optimizationn, you may have to enable it via ADB command:
adb shell dumpsys deviceidle whitelist +com.smrtprjcts.atvnotif