Files
location_ringer/LocationRinger/res/values/features.xml
Ricky Barrette a3cd896cdd I have got basic funtionaltiy for adding fragments.
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>
2012-05-24 11:26:02 -04:00

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>