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

Commit da2ce9ea authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes from topic "update_sysprop_api_txt"

* changes:
  Update API of sysprop_library to match current.txt
  Update sysprop_library API txt
parents 132f17ca 36a6eb19
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
props {
  module: "android.sysprop.LocalizationProperties"
  prop {
    api_name: "locale_filter"
    type: String
    scope: Internal
    prop_name: "ro.localization.locale_filter"
  }
}
+0 −20
Original line number Diff line number Diff line
props {
  module: "android.sysprop.WatchdogProperties"
  prop {
    api_name: "fatal_count"
    type: Integer
    scope: Internal
    prop_name: "framework_watchdog.fatal_count"
  }
  prop {
    api_name: "fatal_window_second"
    type: Integer
    scope: Internal
    prop_name: "framework_watchdog.fatal_window.second"
  }
  prop {
    api_name: "is_fatal_ignore"
    scope: Internal
    prop_name: "persist.debug.framework_watchdog.fatal_ignore"
  }
}