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

Commit 6d154f30 authored by Rocky Fang's avatar Rocky Fang Committed by Android (Google) Code Review
Browse files

Merge "Create sensor flags" into main

parents 4ed4ee4a 58cc7d49
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