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

Commit 51d27e03 authored by Hui Wang's avatar Hui Wang Committed by Android (Google) Code Review
Browse files

Merge "Add the flag for the integrated call logs" into main

parents 35b709d8 163e79a3
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"
}