Notification channels for Android Oreo

This commit is contained in:
Aleksander Nowakowski
2017-11-02 11:26:24 +01:00
parent cd1862f5c9
commit 4a786fe06a
10 changed files with 98 additions and 16 deletions

View File

@@ -23,4 +23,11 @@
<resources>
<string name="bonding">Bonding with the device&#8230;</string>
<string name="bonded">The device is now bonded.</string>
<string name="channel_connected_devices_title">Background connections</string>
<string name="channel_connected_devices_description">Shows a notification when a device is connected in background.</string>
<string name="channel_files_title">Files</string>
<string name="channel_files_description">Shows notifications when new files has been saved.</string>
<string name="channel_proximity_warnings_title">Proximity warnings</string>
<string name="channel_proximity_warnings_description">Shows notifications when a proximity device got out of range.</string>
</resources>