The next step is to remove items from the list, if they already exist in the UI Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
13 lines
366 B
XML
13 lines
366 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string-array name="features">
|
|
<item>@string/ringtone</item>
|
|
<item>@string/notification_ringtone</item>
|
|
<item>@string/alarm_volume</item>
|
|
<item>@string/music_volume</item>
|
|
<item>@string/bluetooth</item>
|
|
<item>@string/wifi</item>
|
|
</string-array>
|
|
|
|
</resources> |