summaryrefslogtreecommitdiffstats
path: root/core/java/android/content
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add the {get,set}PackageObbPaths calls to API"Kenny Root2011-01-172-31/+0
* Merge "Add the {get,set}PackageObbPaths calls to API" into gingerbreadKenny Root2011-01-122-6/+22
|\
| * Add the {get,set}PackageObbPaths calls to APIKenny Root2011-01-092-6/+22
* | Allow updated system apps to retain priorityKenny Root2011-01-111-7/+1
* | Fix issue #3333958: Package Manager can sometimes mistakenly think...Dianne Hackborn2011-01-091-1/+5
|/
* Improved ignore-backoff handlingAlon Albert2010-12-221-26/+91
* Fix issue #3154576: battery stats checkin should include UID -> packages+ mapDianne Hackborn2010-12-131-1/+1
* Make getSystemService(NFC_SERVICE) the NFC entry point.Nick Pelly2010-12-101-0/+8
* Fix malformed Javadoc.Brad Fitzpatrick2010-12-081-1/+1
* DO NOT MERGE. Fix asset file descriptor for pipe based fds.Jeff Hamilton2010-10-281-1/+5
* Merge "docs: fix a couple api links" into gingerbreadScott Main2010-10-251-55/+59
|\
| * docs: fix a couple api linksScott Main2010-10-211-55/+59
* | Fix issue #3122240: Expose xlarge in GB.Dianne Hackborn2010-10-221-1/+0
* | Implement issue #3116702: New manifest tags for supported screen sizes DO NO...Dianne Hackborn2010-10-211-0/+10
* | Fix java doc on FLAG_EXTERNAL.Dianne Hackborn2010-10-201-3/+0
|/
* NFC: Move NFC service implementation out of system_server.Nick Pelly2010-10-151-10/+0
* Merge "OBB: use PBKDF2 for key generation." into gingerbreadKenny Root2010-10-131-0/+9
|\
| * OBB: use PBKDF2 for key generation.Kenny Root2010-10-131-0/+9
* | Fix NPE caused by Change I4df27119.Wink Saville2010-10-131-4/+9
|/
* Remove some PII.Wink Saville2010-10-122-2/+9
* Fallback to SharedPreferences$Editor.commit() when no apply() exists.Brad Fitzpatrick2010-10-101-3/+15
* Implement tracking of package install times.Dianne Hackborn2010-10-073-2/+20
* Work on issue #3062691: GPS enable bypass via com.android.settings.widget.Set...Dianne Hackborn2010-10-061-1/+1
* Fix issue #3056500: Problem report for ASTRODianne Hackborn2010-10-051-1/+5
* Make it easier to figure out whether an app can go on sd card.Dianne Hackborn2010-10-042-7/+17
* Fix issue #3041660: Camera image flips upside down when rotating deviceDianne Hackborn2010-10-041-2/+38
* Some documentation fixes.Dianne Hackborn2010-10-011-18/+21
* Merge "Rub in a little 'ol log-b-gone." into gingerbreadDianne Hackborn2010-09-301-0/+5
|\
| * Rub in a little 'ol log-b-gone.Dianne Hackborn2010-09-301-0/+5
* | Remove OBBs from state list when volume unmountedKenny Root2010-09-302-0/+12
|/
* Merge "Move all the permissions check up for unmount" into gingerbreadKenny Root2010-09-291-1/+1
|\
| * Move all the permissions check up for unmountKenny Root2010-09-291-1/+1
* | NFC integrationNick Pelly2010-09-281-0/+10
|/
* Update OBB API to include callbacksKenny Root2010-09-282-12/+31
* Move DownloadManager to android.app (DO NOT MERGE)Steve Howard2010-09-271-3/+3
* Merge "Use buffered I/O during certificate parsing" into gingerbreadKenny Root2010-09-271-1/+2
|\
| * Use buffered I/O during certificate parsingKenny Root2010-09-271-1/+2
* | Merge "Allow all apps to call ContentResolver.getType()." into gingerbreadDianne Hackborn2010-09-272-12/+52
|\ \
| * | Allow all apps to call ContentResolver.getType().Dianne Hackborn2010-09-262-12/+52
| |/
* | Adding a feature to indicate that the device possesses low-latency audio.Dan Morrill2010-09-261-0/+9
|/
* DO NOT MERGE. Fix issue #3000764: API REVIEW: android.R.*Dianne Hackborn2010-09-241-31/+8
* Adding new feature definitions for new sensors (barometer and gyroscope.)Dan Morrill2010-09-211-2/+17
* Fix the rest of the javadoc warnings.Joe Onorato2010-09-162-5/+8
* Merge "DO NOT MERGE Correct the PackageManager.checkSignatures documentation....Chris Palmer2010-09-141-28/+16
|\
| * DO NOT MERGE Correct the PackageManager.checkSignatures documentation.Chris Palmer2010-09-131-28/+16
* | Fix potential crash in sync.Dianne Hackborn2010-09-131-1/+2
* | Track client requests through location manager.Dianne Hackborn2010-09-131-2/+4
|/
* Make nativeLibraryDir visible in the APIKenny Root2010-09-121-2/+0
* Allow incoming SMS until internal storage is almost full.Jake Hamby2010-09-081-0/+24
* Merge "Reduce footprint of Signature from ~7000 to ~1448" into gingerbreadKenny Root2010-09-031-5/+9
|\