aconfig: Clean up for ap3a

Change-Id: I180886901f4e26d30bc4f447fc5b35ed58f81274
Reviewed-on: https://review.statixos.com/c/android_vendor_statix/+/15029
Tested-by: Sourajit Karmakar <sourajit@live.com>
Reviewed-by: Ralph Chen <ralph950412@gmail.com>
Tested-by: Ralph Chen <ralph950412@gmail.com>
Reviewed-by: Sourajit Karmakar <sourajit@live.com>
This commit is contained in:
ralph950412 2024-11-12 02:00:01 +08:00 committed by Fazil Sheik
parent b3a421ad96
commit 32bcbda61f
3 changed files with 2 additions and 8 deletions

View File

@ -6,7 +6,7 @@
aconfig_value_set {
name: "aconfig_value_set-paranoid-ap3a",
values: [
"aconfig-values-ap3a-com.android.systemui.flags-all",
"aconfig-values-ap3a-com.android.systemui-all",
"aconfig-values-ap3a-com.android.server.notification-all",
],
}

View File

@ -4,7 +4,7 @@
//
aconfig_values {
name: "aconfig-values-ap3a-com.android.systemui.flags-all",
name: "aconfig-values-ap3a-com.android.systemui-all",
package: "com.android.systemui",
srcs: [
"*.textproto",

View File

@ -1,6 +0,0 @@
flag_value {
package: "com.android.systemui"
name: "notification_throttle_hun"
state: ENABLED
permission: READ_ONLY
}