Results 4 issues of Fabian

ImportError: cannot import name 'six' from 'django.utils' (C:\Program Files\Python310\lib\site-packages\django\utils\__init__.py)****

After using the code in the [Wiki](https://github.com/kivy/kivy/wiki/Background-Service-using-P4A-android.service) to start a foreground service properly In the service file I keep getting this error `jnius.jnius.JavaException: JVM exception occurred: Starting FGS without a...

Component: Packaging

Updated README to include instructions for adding a Broadcast Receiver in the Android Manifest using `p4a.hook` argument in `buildozer.spec`.

Need a way to pass in a foreservice type to AndroidMainfest.xml, According to [android docs](https://developer.android.com/about/versions/14/changes/fgs-types-required) from android 14 upwards an appropriate [foreground service type](https://developer.android.com/develop/background-work/services/fgs/service-types) Must be passed in to `service.startForeground`...