Enable FM Radio seek on Click ( Tattoo )
To be implemented just after implements http://review.cyanogenmod.com/#change,6102 Change-Id: I07285a018c99039e6fa3d80116c4cc4a9ff688e2
This commit is contained in:
parent
be772dfa0d
commit
a1afa35a73
11
overlay/packages/apps/FM/res/values/config.xml
Normal file
11
overlay/packages/apps/FM/res/values/config.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Whether or not Bluetooth must be enabled for FM radio -->
|
||||
<bool name="require_bt">true</bool>
|
||||
|
||||
<!-- Whether or not output to speaker is supported -->
|
||||
<bool name="speaker_supported">true</bool>
|
||||
|
||||
<!-- Whether or not seek is supported -->
|
||||
<bool name="seek_supported">true</bool>
|
||||
</resources>
|
@ -7,4 +7,4 @@
|
||||
/recovery mtd recovery
|
||||
/sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
|
||||
/system yaffs2 system
|
||||
/sd-ext auto LABEL=sd-ext
|
||||
/sd-ext ext3 /dev/block/mmcblk0p2
|
Loading…
Reference in New Issue
Block a user