summaryrefslogtreecommitdiff
path: root/aconfig/bp2a/android.service.voice.flags
diff options
context:
space:
mode:
Diffstat (limited to 'aconfig/bp2a/android.service.voice.flags')
-rw-r--r--aconfig/bp2a/android.service.voice.flags/Android.bp21
-rw-r--r--aconfig/bp2a/android.service.voice.flags/allow_foreground_activities_in_on_show_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.service.voice.flags/allow_hotword_bump_egress_flag_values.textproto6
3 files changed, 33 insertions, 0 deletions
diff --git a/aconfig/bp2a/android.service.voice.flags/Android.bp b/aconfig/bp2a/android.service.voice.flags/Android.bp
new file mode 100644
index 00000000..e526713f
--- /dev/null
+++ b/aconfig/bp2a/android.service.voice.flags/Android.bp
@@ -0,0 +1,21 @@
+// 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.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+aconfig_values {
+ name: "aconfig-values-platform_build_release-bp2a-android.service.voice.flags-all",
+ package: "android.service.voice.flags",
+ srcs: [
+ "*_flag_values.textproto",
+ ]
+}
diff --git a/aconfig/bp2a/android.service.voice.flags/allow_foreground_activities_in_on_show_flag_values.textproto b/aconfig/bp2a/android.service.voice.flags/allow_foreground_activities_in_on_show_flag_values.textproto
new file mode 100644
index 00000000..e64e9bdc
--- /dev/null
+++ b/aconfig/bp2a/android.service.voice.flags/allow_foreground_activities_in_on_show_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.service.voice.flags"
+ name: "allow_foreground_activities_in_on_show"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.service.voice.flags/allow_hotword_bump_egress_flag_values.textproto b/aconfig/bp2a/android.service.voice.flags/allow_hotword_bump_egress_flag_values.textproto
new file mode 100644
index 00000000..096d0db6
--- /dev/null
+++ b/aconfig/bp2a/android.service.voice.flags/allow_hotword_bump_egress_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.service.voice.flags"
+ name: "allow_hotword_bump_egress"
+ state: ENABLED
+ permission: READ_ONLY
+}