Add override for emergency conversation feature in Android Messages
Bug: 322518837 Change-Id: Icbee440c10c81046ed858fb3207b90c49bd0f875
This commit is contained in:
parent
75d5a25c42
commit
70e4e1e658
1 changed files with 5 additions and 0 deletions
|
@ -1181,3 +1181,8 @@ include hardware/google/pixel/input/twoshay.mk
|
||||||
PRODUCT_CHECK_VENDOR_SEAPP_VIOLATIONS := true
|
PRODUCT_CHECK_VENDOR_SEAPP_VIOLATIONS := true
|
||||||
|
|
||||||
PRODUCT_CHECK_DEV_TYPE_VIOLATIONS := true
|
PRODUCT_CHECK_DEV_TYPE_VIOLATIONS := true
|
||||||
|
|
||||||
|
# Enable Android Messages satellite conversation feature.
|
||||||
|
# TODO(b/322518837): Remove the property override once the flag is launched.
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
debug.bugle.enable_emergency_satellite_messaging=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue