summaryrefslogtreecommitdiffstats
path: root/overlay/packages/apps/FM/res/values/config.xml
blob: 4ee80db279f83a56071b76fb696ec05762c5fb3e (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<!-- Aries specific FM app config -->
<resources>
    <!-- Whether or not Bluetooth must be enabled for FM radio -->
    <bool name="require_bt">false</bool>

    <!-- Whether or not seek is supported -->
    <bool name="seek_supported">true</bool>
</resources>