Use AwesomePlayer by default

This commit is contained in:
Moyster 2016-10-24 12:59:35 +02:00
parent 6807162e21
commit cdc198e59c
1 changed files with 4 additions and 1 deletions

View File

@ -134,10 +134,13 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml \
$(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml
# Set default player to AwesomePlayer
PRODUCT_PROPERTY_OVERRIDES += persist.sys.media.use-awesome=true
ADDITIONAL_DEFAULT_PROPERTIES += \
ro.secure=1 \
ro.allow.mock.location=1 \
ro.debuggable=0 \
ro.debuggable=1 \
ro.adb.secure=1 \
persist.service.acm.enable=0 \
ro.oem_unlock_supported=1 \