| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize.
Change-Id: I5cba02ee85a41e43c2623053de40f26e2cf2efe4
related-to-bug: 2699505
|
|
|
|
|
|
|
| |
Fix for http://b/2630027
Change-Id: I3606d8bf95c58df2b290dbd13f48538d82f16088
Signed-off-by: San Mehat <san@google.com>
|
|
|
|
|
|
|
| |
sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a".
related-to-bug: 2553359
Change-Id: Ic49eb89feb62474d9513bc21571e0e8fe3a15e0b
|
|
|
|
|
|
|
|
| |
Move install location values to secure settings.
Diable attribute for UI. Set default value to auto.
Add command line interface to set install location via pm.
Change-Id: I80e97b3d24845adad7102f40dcbe238f00efa406
|
|
|
|
|
|
| |
Zero means success. Fixes bug #2573785
Change-Id: I11bd4d85aa2b3a061aa37e085790ee8cd52d50a2
|
|
|
|
|
|
|
| |
particular OMX codec to increase throughput significantly.
Change-Id: I90c7db6656a53339c5d454336548c4f00d0d9064
related-to-bug: 2548426
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This transaction can involve the transport having to query a remote backend
over the wire, so it can take a Long Time(tm). Make it main-thread-safe by
making it asynchronous, with the results passed as a callback to the invoker's
RestoreObserver. We also make the IRestoreObserver callback interface
properly oneway.
Bug #2550665
Bug #2549422
Change-Id: If18a233a0a3d54c7b55101715c9e6195b762c5a0
|
|
|
|
|
|
|
| |
Removing unused features from source tree.
Please refer to Bug#2502219.
Change-Id: I879c29bfd5ffe933f64bb1082aaae7c956450a5a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some applications are setting the MIME type field for an http:
intent, which is technically wrong because the recipient opening
the URI will get the MIME type from the header. This was hitting
a bug when we compute the intent filter when setting the
preferred activity, where we have to set both the MIME type and
data URI for the intent filter. (For file: and content: URIs
only the MIME type is needed, since these can be opened directly
through ContentResolver so everyone is presumed to be able to
handle them.)
Change-Id: Ia7025e6859e9c90997bf56c2c80f225fca7a2007
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* @hide the android.app.backup.RestoreSession class and functionality
* Provide a public method on android.app.backup.BackupManager that apps
can use to request a restore pass of their last-known-good dataset.
The new method is called requestRestore().
* Provide the name of the package being restored, not just its ordinal,
in the RestoreObserver's onUpdate() callback.
Part of bug #2545514
Change-Id: I9689bf8d6e2b808b4ee412424a36a835be0a5ca8
|
|
|
|
|
| |
Change-Id: Ic4cd61f4dd722fb0dda544ffaa5615e87e3a4d40
related-to-bug: 2541647
|
|
|
|
|
|
|
|
|
|
|
| |
PackageManager invokes this call back when its done handling
the media status update.
Add new uid check for updateExternalMediaStatus
Change killPids method in ActivityManager.
Remove mountsd command in Pm.java We cannot arbitrarily enable/disable
packages in PackageManager now.
Change-Id: I28dcba4afd2b4486f68abdaa1628a31b66544c91
|
|\ |
|
| |
| |
| |
| |
| | |
Change-Id: I56dfdc700db5704a91015ddcdc2adb0952b097ba
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
|
|/
|
|
|
|
| |
Fixes hang when backing up droid.
Change-Id: Ie8b5c9f76c39c2e6c2cdf1e3b03f56ae37912bad
|
|\
| |
| |
| | |
install location policy for new flag. New error code for media unavailable."
|
| |
| |
| |
| |
| |
| |
| | |
Change default install location policy for new flag.
New error code for media unavailable.
Change-Id: I5a5d0828b067692b2b94a15a2bcc7534f796c1a2
|
|/
|
|
|
| |
Change-Id: Ib5a7611019c13bae04f6bf099c4c598f1662890a
Signed-off-by: San Mehat <san@google.com>
|
|
|
|
| |
Change-Id: I529ca7ed443060089c95fe96dd230288be4b6c96
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add new remote method to check for insufficient error conditions.
Some fixes in MountService when updating media status on PackageManagerService
Fix size calculation condition in installd.
Add new error code if media is unavailable.
New tests for testing error codes.
Some additional debugging statements in MountService.
Change-Id: Ibfe90d5ed6c71d57f9c1c67806f38b5ae9ecdfbf
|
|
|
|
| |
Change-Id: I04730c86d43d6192ded3e779631effda9dd06e63
|
|
|
|
|
|
| |
stagefright tool.
Change-Id: I5313b2cb7839233d51b2d37a03b6598b0760c2e0
|
|
|
|
| |
Change-Id: I3e9c892cb6ee79e85bc4d9b817f4ad9942a73b4e
|
|\
| |
| |
| | |
PackageHelper for user preferences to install auto, internal, external. Set default install location to external. Update settings db version number"
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use constants defined in PackageHelper for user preferences
to install auto, internal, external.
Set default install location to external.
Update settings db version number
Change-Id: Ib5110c9377990e20a48cee923e55898dfddfd1e6
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: Iab50924e37a1aad057470a349c8f1a81858424e9
|
| |
| |
| |
| | |
Change-Id: Ic8792e2b48110b2e91903e2e407b828a97d6e531
|
|/
|
|
| |
Also changed tabs to spaces in other audioflinger files.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Print ANR traces.txt even if it's old.
Print more detailed error messages about VM trace dumps.
Change-Id: I067c90b8f3b3647b6136528eff3120e6cfea5715
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: I4b9cf24d75ca79583d7913bbb2c33745a2316cde
|
| |
| |
| |
| |
| | |
Change-Id: I0cb465da86976f5cce3594c4bb846aa6510c52d6
Signed-off-by: San Mehat <san@google.com>
|
|/
|
|
| |
Change-Id: I0af6ed7c5d51ce4ca39cb837e475942800cf6e2d
|
|
|
|
| |
Change-Id: I0b21316ff890d7f3c7d4b82837bb60670724c2e8
|
| |
|
|
|
|
| |
Also fix some issues with moving files from update commands.
|
| |
|
|
|
|
|
|
|
|
|
| |
Also sanity-check the package name on the Backup Manager side, failing gracefully
if the given package is not a backup/restore participant.
Bug: 2293977
Change-Id: I3575046ffcaa3cf45c1c602824baeadd64082f70
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Allows starting Services in addition to Activities.
Change-Id: Ib078115f6200faa8907b35909af2f64b0c563b38
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
change hard coded path in installd
fix tests
Work around for renaming containers.
Do forced unmount when destroying containers.
Force a gc in default container service to release handle to parsed package
and thus avoid getting killed by vold
Some cosmetic changes to PackageManager api.
Unit tests for renaming container for MountService
Remove internal size limit on app to be installed.
|
|\ \
| |/
|/| |
|
| | |
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
|
|/ |
|
|\ |
|