CellBroadcastReceiver

- Build it.
- Enable config_cellBroadcastAppLinks

Change-Id: If0e3488d30b673782555254c473ea1e56758555d
This commit is contained in:
Chirayu Desai 2013-03-28 11:44:05 +05:30
parent 643b330151
commit 7a7185b044
2 changed files with 5 additions and 0 deletions

View File

@ -159,6 +159,9 @@ PRODUCT_PACKAGES += \
CMFileManager \
LockClock
PRODUCT_PACKAGES += \
CellBroadcastReceiver
# Extra tools in CM
PRODUCT_PACKAGES += \
openvpn \

View File

@ -17,5 +17,7 @@
<!-- Class name for default keyguard appwidget [DO NOT TRANSLATE] -->
<string name="widget_default_class_name">com.cyanogenmod.lockclock.ClockWidgetProvider</string>
<bool name="config_cellBroadcastAppLinks">true</bool>
</resources>