Jackeagle | d6811aa | 2019-09-24 08:26:40 +0200 | [diff] [blame] | 1 | # Inherit common mobile Bliss stuff |
| 2 | $(call inherit-product, vendor/bliss/config/common.mk) |
Aaron Kling | 8926990 | 2020-02-22 01:25:46 -0600 | [diff] [blame] | 3 | |
| 4 | # Default notification/alarm sounds |
LuK1337 | 8746721 | 2020-06-24 17:14:42 +0200 | [diff] [blame] | 5 | PRODUCT_PRODUCT_PROPERTIES += \ |
Aaron Kling | 8926990 | 2020-02-22 01:25:46 -0600 | [diff] [blame] | 6 | ro.config.notification_sound=Argon.ogg \ |
| 7 | ro.config.alarm_alert=Hassium.ogg |
| 8 | |
Aaron Kling | 8926990 | 2020-02-22 01:25:46 -0600 | [diff] [blame] | 9 | # Charger |
| 10 | PRODUCT_PACKAGES += \ |
| 11 | charger_res_images |
| 12 | |
Jesse Chan | 3e7d232 | 2020-05-19 14:03:05 +0800 | [diff] [blame] | 13 | # Customizations |
| 14 | PRODUCT_PACKAGES += \ |
DarkJoker360 | 8653d28 | 2020-10-15 09:13:16 -0700 | [diff] [blame] | 15 | LineageNavigationBarNoHint \ |
| 16 | NavigationBarMode2ButtonOverlay |
Jesse Chan | 3e7d232 | 2020-05-19 14:03:05 +0800 | [diff] [blame] | 17 | |
Aaron Kling | 8926990 | 2020-02-22 01:25:46 -0600 | [diff] [blame] | 18 | # Media |
| 19 | PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ |
| 20 | media.recorder.show_manufacturer_and_model=true |
Danny Lin | 1400cdd | 2020-11-03 13:04:47 -0800 | [diff] [blame] | 21 | |
| 22 | # SystemUI plugins |
| 23 | PRODUCT_PACKAGES += \ |
| 24 | QuickAccessWallet |