1package: "com.android.internal.telephony.flags" 2container: "system" 3 4# OWNER=linggm TARGET=24Q3 5flag { 6 name: "work_profile_api_split" 7 is_exported: true 8 namespace: "telephony" 9 description: "To support separation between personal and work from TelephonyManager and SubscriptionManager API perspective." 10 bug: "296076674" 11} 12 13# OWNER=linggm TARGET=24Q3 14flag { 15 name: "enforce_subscription_user_filter" 16 is_exported: true 17 namespace: "telephony" 18 description: "Enabled flag means subscriptions enforce filtering result base on calling user handle. It marks the telephony completion of user filtering." 19 bug: "296076674" 20} 21 22# OWNER=rambowang TARGET=24Q3 23flag { 24 name: "data_only_cellular_service" 25 is_exported: true 26 namespace: "telephony" 27 description: "Supports customized cellular service capabilities per subscription." 28 bug: "296097429" 29} 30 31# OWNER=rambowang TARGET=24Q3 32flag { 33 name: "data_only_service_allow_emergency_call_only" 34 namespace: "telephony" 35 description: "Support emergency call only for data only cellular service." 36 bug: "296097429" 37} 38 39# OWNER=hhshin TARGET=24Q3 40flag { 41 name: "support_psim_to_esim_conversion" 42 is_exported: true 43 namespace: "telephony" 44 description: "Support the psim to esim conversion." 45 bug: "315073761" 46} 47 48# OWNER=bookatz TARGET=24Q3 49flag { 50 name: "subscription_user_association_query" 51 is_exported: true 52 namespace: "telephony" 53 description: "Supports querying if a subscription is associated with the caller" 54 bug: "325045841" 55} 56 57# OWNER=nharold TARGET=24Q3 58flag { 59 name: "safer_get_phone_number" 60 namespace: "telephony" 61 description: "Safety and performance improvements for getPhoneNumber()" 62 bug: "317673478" 63 64 metadata { 65 purpose: PURPOSE_BUGFIX 66 } 67} 68 69# OWNER=songferngwang TARGET=24Q3 70flag { 71 name: "reset_primary_sim_default_values" 72 namespace: "telephony" 73 description: "Reset the default values to the remaining sim" 74 bug: "339394518" 75 76 metadata { 77 purpose: PURPOSE_BUGFIX 78 } 79} 80