zacharee / SystemUITunerRedesign

Replacement/extension for the stock Android System UI Tuner.
270 stars 68 forks source link

FOREGROUND_SERVICE permission required on Android 9 to launch foreground services #24

Closed jeandeaual closed 6 years ago

jeandeaual commented 6 years ago

As described in a note here, the FOREGROUND_SERVICE permission is now required to launch a foreground service on Android 9 when targeting API level 28. Without that, the latest master build crashes when enabling Safe Mode.

zacharee commented 6 years ago

Oh come on Google...