vendor/cm: add CMBugReport

Change-Id: Ibf031b9d0f860664aa9cd8a680a7d5aa185a5bba
Signed-off-by: Roman Birg <roman@cyngn.com>
This commit is contained in:
Roman Birg 2014-08-12 18:23:48 -07:00 committed by Abhisek Devkota
parent a4bce35b53
commit 5d5219175b
2 changed files with 9 additions and 0 deletions

View File

@ -156,6 +156,13 @@ PRODUCT_PACKAGES += \
CMAccount \
CMHome
# CM Bug Reporting
PRODUCT_PACKAGES += \
CMBugReport
PRODUCT_PROPERTY_OVERRIDES += \
ro.error.receiver.system.apps=org.cyanogenmod.bugreport
# CM Hardware Abstraction Framework
PRODUCT_PACKAGES += \
org.cyanogenmod.hardware \

View File

@ -25,4 +25,6 @@
<integer name="def_notif_count">1</integer>
<!-- Right QS pulldown -->
<integer name="def_qs_quick_pulldown">1</integer>
<!-- Default for Settings.Global.SEND_ACTION_APP_ERROR -->
<integer name="def_send_action_app_error">1</integer>
</resources>