Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a31a2728 authored by joonhunshin's avatar joonhunshin Committed by Joonhun Shin
Browse files

Add feature flagging to enforce telephony features for public APIs and

CTS.

Bug: 297989574
Test: build pass
Change-Id: If26eb0205340b19e079f13b787af7581d1fd067b
parent 730feab8
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
    description: "This flag controls telephony feature flags mapping."
    bug:"297989574"
}

flag {
    name: "enforce_telephony_feature_mapping_for_public_apis"
    namespace: "telephony"
    description: "This flag controls telephony feature flags mapping for public APIs and CTS."
    bug:"297989574"
}