diff options
Diffstat (limited to 'aconfig/bp2a/android.service.notification')
5 files changed, 30 insertions, 6 deletions
diff --git a/aconfig/bp2a/android.service.notification/Android.bp b/aconfig/bp2a/android.service.notification/Android.bp index 2d65a891..384a54c7 100644 --- a/aconfig/bp2a/android.service.notification/Android.bp +++ b/aconfig/bp2a/android.service.notification/Android.bp @@ -1,4 +1,4 @@ -// Copyright 2024 Google Inc. All rights reserved. +// Copyright 2025 Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -13,9 +13,9 @@ // limitations under the License. aconfig_values { - name: "aconfig-values-platform_build_release-bp2a-android.service.notification-all", - package: "android.service.notification", - srcs: [ - "*_flag_values.textproto", - ], + name: "aconfig-values-platform_build_release-bp2a-android.service.notification-all", + package: "android.service.notification", + srcs: [ + "*_flag_values.textproto", + ] } diff --git a/aconfig/bp2a/android.service.notification/callstyle_callback_api_flag_values.textproto b/aconfig/bp2a/android.service.notification/callstyle_callback_api_flag_values.textproto new file mode 100644 index 00000000..570fff28 --- /dev/null +++ b/aconfig/bp2a/android.service.notification/callstyle_callback_api_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.service.notification" + name: "callstyle_callback_api" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/android.service.notification/ranking_update_ashmem_flag_values.textproto b/aconfig/bp2a/android.service.notification/ranking_update_ashmem_flag_values.textproto new file mode 100644 index 00000000..6ea1aef2 --- /dev/null +++ b/aconfig/bp2a/android.service.notification/ranking_update_ashmem_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.service.notification" + name: "ranking_update_ashmem" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/android.service.notification/redact_sensitive_notifications_big_text_style_flag_values.textproto b/aconfig/bp2a/android.service.notification/redact_sensitive_notifications_big_text_style_flag_values.textproto new file mode 100644 index 00000000..b2bc110e --- /dev/null +++ b/aconfig/bp2a/android.service.notification/redact_sensitive_notifications_big_text_style_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.service.notification" + name: "redact_sensitive_notifications_big_text_style" + state: ENABLED + permission: READ_ONLY +} diff --git a/aconfig/bp2a/android.service.notification/redact_sensitive_notifications_from_untrusted_listeners_flag_values.textproto b/aconfig/bp2a/android.service.notification/redact_sensitive_notifications_from_untrusted_listeners_flag_values.textproto new file mode 100644 index 00000000..25456273 --- /dev/null +++ b/aconfig/bp2a/android.service.notification/redact_sensitive_notifications_from_untrusted_listeners_flag_values.textproto @@ -0,0 +1,6 @@ +flag_value { + package: "android.service.notification" + name: "redact_sensitive_notifications_from_untrusted_listeners" + state: ENABLED + permission: READ_ONLY +} |