nix-on-droid-app/app/src
Fredrik Fornwall 57a3a9b111 Request the FOREGROUND_SERVICE permission
From https://developer.android.com/guide/components/services:

"Apps that target Android 9 (API level 28) or higher and use foreground
services must request the FOREGROUND_SERVICE permission. This is a
normal permission, so the system automatically grants it to the
requesting app.

If an app that targets API level 28 or higher attempts to create a
foreground service without requesting FOREGROUND_SERVICE, the system
throws a SecurityException."
2018-08-26 01:07:33 +02:00
..
main Request the FOREGROUND_SERVICE permission 2018-08-26 01:07:33 +02:00
test/java/com/termux/app Split up into modules and add float module 2017-04-01 19:06:02 +02:00