1package: "com.android.calllogbackup" 2container: "system" 3 4flag { 5 name: "call_log_restore_deduplication_enabled" 6 namespace: "telecom" 7 description: "Enables deduplication of call log entries during restore operations to prevent duplicate entries." 8 bug: "374931480" 9} 10 11flag { 12 name: "batch_deduplication_enabled" 13 namespace: "telecom" 14 description: "Enables batch deduplication of call log entries during restore operations for improved efficiency." 15 bug: "388203097" 16}