summaryrefslogtreecommitdiff
path: root/core/java/android/os/SystemProperties.java
Commit message (Expand)AuthorAgeFilesLines
* Derestrict PROP_NAME_MAX.Mathew Inwood2020-11-091-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-2/+2
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-191-7/+0
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Merge changes from topic "property-handle" am: 54543bb423 am: 1077797c14Daniel Colascione2019-11-201-13/+99
|\
| * Add new SystemProperties.Handle interfaceDaniel Colascione2019-11-191-1/+68
| * Reimplement android.os.SystemProperties in terms of libc facilitiesDaniel Colascione2019-11-191-13/+32
| * Add @UnsupportedAppUsage annotations for max-p.Artur Satayev2019-11-081-0/+5
* | Add @TestApi to SystemApis in SystemPropertiesSasha Kuznetsov2019-10-301-0/+2
* | Merge "Add documentation for *.sysprop" am: 1ae4c5b781 am: 912fabb3e3 am: b58...Jiyong Park2019-09-241-0/+7
|\|
| * Merge "Add documentation for *.sysprop"Treehugger Robot2019-09-251-0/+7
| |\
| | * Add documentation for *.syspropJiyong Park2019-09-241-0/+7
* | | Merge "Document that SystemProperties.set() can throw RuntimeException" am: 6...Tom Cherry2019-09-191-0/+2
|\| |
| * | Document that SystemProperties.set() can throw RuntimeExceptionTom Cherry2019-09-191-0/+2
| |/
| * Fix StrictModeTest#testNonSdkApiUsageHoward Chen2019-05-281-0/+1
* | Add @UnsupportedAppUsage annotations for max-p.Artur Satayev2019-08-011-0/+5
* | Fix StrictModeTest#testNonSdkApiUsageHoward Chen2019-05-241-0/+1
* | Add removeCallback for System change callbackslindatseng2019-04-101-0/+15
|/
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+9
* Local and remote isolated storage feature flags.Jeff Sharkey2018-12-151-1/+27
* Clear calling identity before calling SysProp callbacksMakoto Onuki2018-10-021-6/+11
* Get android.os tests running against real APIs.Jeff Sharkey2018-06-291-0/+1
* Expose TestAPIs needed by GtsOsTestCasesPhilip P. Moltmann2018-04-061-0/+3
* Frameworks: Handle exceptions in SystemProperties callbacksAndreas Gampe2018-03-191-1/+6
* Add SystemApi in SystemProperties for vendor apksSundong Ahn2018-01-231-1/+21
* Allow ro. properties to have arbitrary lengthsTom Cherry2017-10-181-1/+1
* Frameworks: Remove warning for SystemProperties.getTom Cherry2017-10-171-6/+0
* Frameworks: Clean up SystemPropertiesAndreas Gampe2017-08-301-27/+36
* Frameworks: Add warning to SystemProperties.getAndreas Gampe2017-08-301-4/+13
* Merge "Restore SystemProperties.PROP_NAME_MAX to keep Kindle running." am: ef...Elliott Hughes2017-03-161-0/+6
|\
| * Restore SystemProperties.PROP_NAME_MAX to keep Kindle running.Elliott Hughes2017-03-151-0/+6
| * Remove the name length limit for system properties.Elliott Hughes2017-03-021-25/+0
| * Fix a bunch of repeated reads of a ro.* propertyJohn Reck2017-01-271-2/+46
* | Remove the name length limit for system properties.Elliott Hughes2017-03-011-30/+0
* | Includes key/value on exception thrown when they're too large.Felipe Leme2016-12-151-8/+17
* | Merge "Add SystemProperties.reportSyspropChanged()." am: 45c0c6939f am: 8c05f...Martijn Coenen2016-11-221-0/+8
|\|
| * Add SystemProperties.reportSyspropChanged().Martijn Coenen2016-11-211-0/+8
* | Fix a bunch of repeated reads of a ro.* propertyJohn Reck2016-09-211-2/+46
|/
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
* Add callback hack to find out when to load system properties.Dianne Hackborn2012-05-091-0/+29
* Option to enable StrictMode flashing on userdebug builds.Brad Fitzpatrick2010-11-241-1/+1
* SystemProperties: eliminate unnecessary string allocation.Mike Lockwood2009-08-121-28/+12
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+143
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-143/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+143