Health: Remove non fixed-read-only replace_body_sensors flag
Since we decided to use is-fixed-read-only flag, in this CL we deprecate the old flag.
Bug: 364638912
Flag: android.permission.flags.replace_body_sensor_permission_enabled
Change-Id: I1a75ecacb6b7f0fbe8b62b240efdacdaf69c4525
diff --git a/core/java/android/permission/flags.aconfig b/core/java/android/permission/flags.aconfig
index 013caa4..bca5bcc 100644
--- a/core/java/android/permission/flags.aconfig
+++ b/core/java/android/permission/flags.aconfig
@@ -251,14 +251,6 @@
}
flag {
- name: "replace_body_sensors_permission_enabled"
- is_exported: true
- namespace: "android_health_services"
- description: "This flag is used to enable replacing permission BODY_SENSORS(and BODY_SENSORS_BACKGROUND) with granular health permission READ_HEART_RATE(and READ_HEALTH_DATA_IN_BACKGROUND)"
- bug: "364638912"
-}
-
-flag {
name: "appop_access_tracking_logging_enabled"
is_fixed_read_only: true
namespace: "permissions"