Add override for emergency conversation feature in Android Messages

Bug: 322518837

Change-Id: Icbee440c10c81046ed858fb3207b90c49bd0f875
This commit is contained in:
Jan Feręc 2024-01-26 19:02:19 +00:00
parent 75d5a25c42
commit 70e4e1e658

View file

@ -1181,3 +1181,8 @@ include hardware/google/pixel/input/twoshay.mk
PRODUCT_CHECK_VENDOR_SEAPP_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