Fill foreground service type description
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
android:foregroundServiceType="specialUse">
|
android:foregroundServiceType="specialUse">
|
||||||
<property
|
<property
|
||||||
android:name="android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE"
|
android:name="android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE"
|
||||||
android:value="explanation_for_special_use" />
|
android:value="@string/foreground_service_description" />
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<receiver android:name=".init.BootCompletedReceiver"
|
<receiver android:name=".init.BootCompletedReceiver"
|
||||||
|
|||||||
@@ -104,6 +104,7 @@
|
|||||||
<string name="action_dialog_message">You have received a message with an intent url:</string>
|
<string name="action_dialog_message">You have received a message with an intent url:</string>
|
||||||
<string name="action_dialog_button_open">Open</string>
|
<string name="action_dialog_button_open">Open</string>
|
||||||
<string name="action_dialog_button_cancel">Cancel</string>
|
<string name="action_dialog_button_cancel">Cancel</string>
|
||||||
|
<string name="foreground_service_description">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.</string>
|
||||||
|
|
||||||
<string name="websocket_not_connected">Not connected</string>
|
<string name="websocket_not_connected">Not connected</string>
|
||||||
<string name="websocket_reconnect">Trying to reconnect</string>
|
<string name="websocket_reconnect">Trying to reconnect</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user