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

Commit 163e79a3 authored by Hui Wang's avatar Hui Wang
Browse files

Add the flag for the integrated call logs

Flag: com.android.server.telecom.flags.integrated_call_logs
Bug: 407069563
Test: make
Change-Id: Id86812349603b26f905e76527257082643b443c4
parent cab60804
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@

    <protected-broadcast android:name="android.intent.action.SHOW_MISSED_CALLS_NOTIFICATION"/>
    <protected-broadcast android:name="com.android.server.telecom.MESSAGE_SENT"/>
    <protected-broadcast android:name="android.telecom.action.CALL_BACK"/>

    <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/>

+1 −0
Original line number Diff line number Diff line
@@ -44,5 +44,6 @@ aconfig_declarations {
        "telecom_non_critical_security_flags.aconfig",
        "telecom_headless_system_user_mode.aconfig",
        "telecom_metrics_flags.aconfig",
        "telecom_integrated_call_log.aconfig",
    ],
}
+11 −0
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"
container: "system"

# OWNER=huiwang TARGET=25Q4
flag {
  name: "integrated_call_logs"
  namespace: "telecom"
  description: "Support integrated call logs"
  bug: "420711866"
}