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

Commit 58cc7d49 authored by Rocky Fang's avatar Rocky Fang
Browse files

Create sensor flags

Test: presubmit
Test: code injectcion and show that both end can reference this flag
Flag: android.hardware.flags.suspend_sensor_event_delivery_on_frozen_pid
Bug: 409841081
Change-Id: I4e5bb5ebb5cdb744783e7ae794158664cfd39579
parent 09035f84
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
per-file sensor_service.aconfig = file:platform/frameworks/native:/services/sensorservice/OWNERS
 No newline at end of file
+12 −0
Original line number Diff line number Diff line
package: "android.hardware.flags"
container: "system"

flag {
  name: "suspend_sensor_event_delivery_on_frozen_pid"
  namespace: "sensors"
  description: "Enables SensorService to check the frozen state of client PIDs and suspend sensor event delivery over sockets to processes that are frozen."
  bug: "409841081"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}
 No newline at end of file