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

Commit 7aceeb96 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Add minimal_telephony_cdm_check flag

Bug: 310710841
Test: build & boot aosp_cf_x86_phone-eng
Change-Id: Ia507d2d35317929208c1becfd4c051e13a066656
parent de6fd3d0
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -27,3 +27,10 @@ flag {
    description: "This flag prevents repeat invocation of call related APIs in RIL when the device is not voice capable"
    bug: "290833783"
}

flag {
    name: "minimal_telephony_cdm_check"
    namespace: "telephony"
    description: "This flag disables Calling/Data/Messaging features if their respective feature is missing"
    bug: "310710841"
}