Move foreground service type description to manifest
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
android:foregroundServiceType="specialUse">
|
||||
<property
|
||||
android:name="android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE"
|
||||
android:value="@string/foreground_service_description" />
|
||||
android:value="This is the main feature of this application. The foreground notification displays the connectivity status to the configurable remote server and the service notifies the user when a new message has been published on the remote server." />
|
||||
</service>
|
||||
|
||||
<receiver android:name=".init.BootCompletedReceiver"
|
||||
|
||||
Reference in New Issue
Block a user