Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5b49105 authored by Rocky Fang's avatar Rocky Fang
Browse files

Add Aconfig flag for skipping check on old target sdk.

Flag: com.android.frameworks.sensorservice.flags.enforce_permissions_for_all_target_sdk
Bug: 389176817
Change-Id: I48c74fa5ca0431b9fffc3f0c1da3088ea7e78ad7
Test: Presubmit
parent 1c0656df
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -28,3 +28,13 @@ flag {
  description: "When this flag is enabled, sensor service will only erase dynamic sensor data at the end of the threadLoop to prevent race condition."
  bug: "329020894"
}

flag {
  name: "enforce_permissions_for_all_target_sdk"
  namespace: "sensors"
  description: "When this flag is enabled, sensor service will enforce permissions for all target sdks."
  bug: "389176817"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}
 No newline at end of file