summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nate Myren <ntmyren@google.com> 2024-11-05 10:58:24 -0800
committer Nate Myren <ntmyren@google.com> 2024-11-05 10:58:24 -0800
commit32475a88bac677dff8ff3fd6d07a77984ef45e98 (patch)
tree65462ef330751aec8b88cc8f67c60eecd6149dad
parent784188cfa14fc67bd97c8e8a208b247ebf7cc90e (diff)
Add incall fraud flags
Bug: 364535720 Test: build Flag: android.permission.flags.enhanced_confirmation_in_call_apis_enabled Change-Id: I9ebd80482c4d30c7ba4c4c6f4e34da3afebfb582
-rw-r--r--core/java/android/permission/flags.aconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/core/java/android/permission/flags.aconfig b/core/java/android/permission/flags.aconfig
index feeb339c1200..c1e592dce390 100644
--- a/core/java/android/permission/flags.aconfig
+++ b/core/java/android/permission/flags.aconfig
@@ -53,6 +53,24 @@ flag {
}
flag {
+ name: "enhanced_confirmation_in_call_apis_enabled"
+ is_exported: true
+ is_fixed_read_only: true
+ namespace: "permissions"
+ description: "enable enhanced confirmation incall apis"
+ bug: "310220212"
+}
+
+flag {
+ name: "unknown_call_package_install_blocking_enabled"
+ is_exported: true
+ is_fixed_read_only: true
+ namespace: "permissions"
+ description: "enable the blocking of certain app installs during an unknown call"
+ bug: "310220212"
+}
+
+flag {
name: "op_enable_mobile_data_by_user"
is_exported: true
namespace: "permissions"