index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
SystemProperties.java
Age
Commit message (
Expand
)
Author
2020-11-09
Derestrict PROP_NAME_MAX.
Mathew Inwood
2020-11-04
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-19
Remove @TestApi from @SystemApi symbols
Anton Hansson
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-20
Merge changes from topic "property-handle" am: 54543bb423 am: 1077797c14
Daniel Colascione
2019-11-19
Add new SystemProperties.Handle interface
Daniel Colascione
2019-11-19
Reimplement android.os.SystemProperties in terms of libc facilities
Daniel Colascione
2019-11-08
Add @UnsupportedAppUsage annotations for max-p.
Artur Satayev
2019-10-30
Add @TestApi to SystemApis in SystemProperties
Sasha Kuznetsov
2019-09-24
Merge "Add documentation for *.sysprop" am: 1ae4c5b781 am: 912fabb3e3 am: b58...
Jiyong Park
2019-09-25
Merge "Add documentation for *.sysprop"
Treehugger Robot
2019-09-24
Add documentation for *.sysprop
Jiyong Park
2019-09-19
Merge "Document that SystemProperties.set() can throw RuntimeException" am: 6...
Tom Cherry
2019-09-19
Document that SystemProperties.set() can throw RuntimeException
Tom Cherry
2019-08-01
Add @UnsupportedAppUsage annotations for max-p.
Artur Satayev
2019-05-28
Fix StrictModeTest#testNonSdkApiUsage
Howard Chen
2019-05-24
Fix StrictModeTest#testNonSdkApiUsage
Howard Chen
2019-04-10
Add removeCallback for System change callbacks
lindatseng
2019-03-15
Add @UnsupportedAppUsage annotations
Andrei Onea
2018-12-15
Local and remote isolated storage feature flags.
Jeff Sharkey
2018-10-02
Clear calling identity before calling SysProp callbacks
Makoto Onuki
2018-06-29
Get android.os tests running against real APIs.
Jeff Sharkey
2018-04-06
Expose TestAPIs needed by GtsOsTestCases
Philip P. Moltmann
2018-03-19
Frameworks: Handle exceptions in SystemProperties callbacks
Andreas Gampe
2018-01-23
Add SystemApi in SystemProperties for vendor apks
Sundong Ahn
2017-10-18
Allow ro. properties to have arbitrary lengths
Tom Cherry
2017-10-17
Frameworks: Remove warning for SystemProperties.get
Tom Cherry
2017-08-30
Frameworks: Clean up SystemProperties
Andreas Gampe
2017-08-30
Frameworks: Add warning to SystemProperties.get
Andreas Gampe
2017-03-16
Merge "Restore SystemProperties.PROP_NAME_MAX to keep Kindle running." am: ef...
Elliott Hughes
2017-03-15
Restore SystemProperties.PROP_NAME_MAX to keep Kindle running.
Elliott Hughes
2017-03-02
Remove the name length limit for system properties.
Elliott Hughes
2017-03-01
Remove the name length limit for system properties.
Elliott Hughes
2017-01-27
Fix a bunch of repeated reads of a ro.* property
John Reck
2016-12-15
Includes key/value on exception thrown when they're too large.
Felipe Leme
2016-11-22
Merge "Add SystemProperties.reportSyspropChanged()." am: 45c0c6939f am: 8c05f...
Martijn Coenen
2016-11-21
Add SystemProperties.reportSyspropChanged().
Martijn Coenen
2016-09-21
Fix a bunch of repeated reads of a ro.* property
John Reck
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2012-05-09
Add callback hack to find out when to load system properties.
Dianne Hackborn
2010-11-24
Option to enable StrictMode flashing on userdebug builds.
Brad Fitzpatrick
2009-08-12
SystemProperties: eliminate unnecessary string allocation.
Mike Lockwood
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project