summaryrefslogtreecommitdiff
path: root/core/java/android/os/SystemProperties.java
AgeCommit message (Expand)Author
2020-11-09Derestrict PROP_NAME_MAX.Mathew Inwood
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-19Remove @TestApi from @SystemApi symbolsAnton Hansson
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-20Merge changes from topic "property-handle" am: 54543bb423 am: 1077797c14Daniel Colascione
2019-11-19Add new SystemProperties.Handle interfaceDaniel Colascione
2019-11-19Reimplement android.os.SystemProperties in terms of libc facilitiesDaniel Colascione
2019-11-08Add @UnsupportedAppUsage annotations for max-p.Artur Satayev
2019-10-30Add @TestApi to SystemApis in SystemPropertiesSasha Kuznetsov
2019-09-24Merge "Add documentation for *.sysprop" am: 1ae4c5b781 am: 912fabb3e3 am: b58...Jiyong Park
2019-09-25Merge "Add documentation for *.sysprop"Treehugger Robot
2019-09-24Add documentation for *.syspropJiyong Park
2019-09-19Merge "Document that SystemProperties.set() can throw RuntimeException" am: 6...Tom Cherry
2019-09-19Document that SystemProperties.set() can throw RuntimeExceptionTom Cherry
2019-08-01Add @UnsupportedAppUsage annotations for max-p.Artur Satayev
2019-05-28Fix StrictModeTest#testNonSdkApiUsageHoward Chen
2019-05-24Fix StrictModeTest#testNonSdkApiUsageHoward Chen
2019-04-10Add removeCallback for System change callbackslindatseng
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2018-12-15Local and remote isolated storage feature flags.Jeff Sharkey
2018-10-02Clear calling identity before calling SysProp callbacksMakoto Onuki
2018-06-29Get android.os tests running against real APIs.Jeff Sharkey
2018-04-06Expose TestAPIs needed by GtsOsTestCasesPhilip P. Moltmann
2018-03-19Frameworks: Handle exceptions in SystemProperties callbacksAndreas Gampe
2018-01-23Add SystemApi in SystemProperties for vendor apksSundong Ahn
2017-10-18Allow ro. properties to have arbitrary lengthsTom Cherry
2017-10-17Frameworks: Remove warning for SystemProperties.getTom Cherry
2017-08-30Frameworks: Clean up SystemPropertiesAndreas Gampe
2017-08-30Frameworks: Add warning to SystemProperties.getAndreas Gampe
2017-03-16Merge "Restore SystemProperties.PROP_NAME_MAX to keep Kindle running." am: ef...Elliott Hughes
2017-03-15Restore SystemProperties.PROP_NAME_MAX to keep Kindle running.Elliott Hughes
2017-03-02Remove the name length limit for system properties.Elliott Hughes
2017-03-01Remove the name length limit for system properties.Elliott Hughes
2017-01-27Fix a bunch of repeated reads of a ro.* propertyJohn Reck
2016-12-15Includes key/value on exception thrown when they're too large.Felipe Leme
2016-11-22Merge "Add SystemProperties.reportSyspropChanged()." am: 45c0c6939f am: 8c05f...Martijn Coenen
2016-11-21Add SystemProperties.reportSyspropChanged().Martijn Coenen
2016-09-21Fix a bunch of repeated reads of a ro.* propertyJohn Reck
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2012-05-09Add callback hack to find out when to load system properties.Dianne Hackborn
2010-11-24Option to enable StrictMode flashing on userdebug builds.Brad Fitzpatrick
2009-08-12SystemProperties: eliminate unnecessary string allocation.Mike Lockwood
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project