| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| | |
| | |
| | |
| | | |
* changes:
cdma sms is91 support
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* changes:
fix potential string index problems in PhoneNumberUtils.numberToCalledPartyBCDHelper
|
| |/
| |
| |
| |
| |
| | |
PhoneNumberUtils.numberToCalledPartyBCDHelper
addresses http://buganizer/issue?id=1489784
|
|\ \
| |/
|/|
| |
| | |
* changes:
Added a new operation mode where user can launch all tests under a folder from test app ui.
|
| |
| |
| |
| | |
from test app ui.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
make BitwiseInputStream.read return int
|
| | |
| | |
| | |
| | |
| | | |
Keep the maximum access 8 bits to avoid dealing with
endianness issues.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Expand support for different screen sizes.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Applications can now declare that they support small, normal, or
large screens. Resource selection can also be done based on these
sizes. By default, pre-Donut apps are false for small and large,
and Donut or later apps are assumed to support all sizes. In either
case they can use <supports-screens> in their manifest to declare
what they actually support.
|
|/ / /
| | |
| | |
| | |
| | | |
(which nobody had ever tested. I like it when stuff
just works the first time).
|
| | |
| | |
| | |
| | |
| | | |
(It turns out that we do. It didn't used to work, I'm not
sure what changed)
|
| | |
| | |
| | |
| | | |
the backup is done.
|
| |/
|/| |
|
|\ \
| |/
|/|
| |
| | |
* changes:
Add smalltest annotation to HardwareServicePermissionTest.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
This change amends the doRestore() / onRestore() interface to backup agents to
provide the integer android:versionCode of the app that stored the backup set.
This should help agents figure out how to handle whatever historical data set
they're handed at restore time.
|
| |
| |
| |
| |
| | |
because they'll always go in the same order, and this lets
us not have to write headers to keep them paired.
|
| |
| |
| |
| |
| | |
This restriction was removed in https://android-git.corp.google.com/g/4908
see http://b/issue?id=1926254
|
|/
|
|
|
|
|
| |
They were only static because of a now removed restriction that
only activity contexts could instantiate SearchManager.
This only changes hidden APIs, but all users of the changed methods
must be updated to use them non-statically before this is submitted.
|
|\
| |
| |
| |
| | |
* changes:
Fix a bug where wrong variable was used for comparison.
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
|
| |
- BackupTestAgent calls the DispatchHelper
- Make BackupAgent.onRestore take a BackupDataInput, not just a
generic ParcelFileDescriptor.
|
|\
| |
| |
| |
| | |
* changes:
FileRestoreHelper and RestoreHelperDispatcher work.
|
| | |
|
|\ \
| |/
|/|
| |
| | |
* changes:
Add SmsManager permission test.
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
* changes:
Implement permission test for activity, window, service manager.
|
| |
| |
| |
| |
| |
| | |
This also includes some changes to the window manager permission checks. Almost all of these
are to make it most testable (through an exception on a permission failure), though there is
one permission check that needed to be added: updateOrientationFromAppTokens().
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Add test for GServices write permission, and remove dummy placeholder framework permission test.
|
| | |
| | |
| | |
| | | |
framework permission test.
|
|/ / |
|
|/ |
|
|\
| |
| |
| |
| | |
* changes:
Add permission test structure for private framework permissions.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Add more data to reliability test report, includes min, max, std, run data.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* changes:
Adjust order of file/section list in output diff
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes http://b/issue?id=1905863
This is needed to address two security issues with global search:
http://b/issue?id=1871088 (Apps can read content providers through GlobalSearch)
http://b/issue?id=1819627 (Apps can use GlobalSearch to launch arbirtrary intents)
This also fixes http://b/issue?id=1693153 (SearchManager.OnDismissListener
never gets called)
To fix the security issues, GlobalSearch also needs to require
a non-app permission to access its content provider and launch intents.
|
|/
|
|
| |
methods on BackupDataOutput.
|
|\
| |
| |
| |
| |
| | |
* changes:
Make the file backup helper not crash if a file you requested can't be stated. This means you don't need to know if the files you are backing up exist or not -- we'll figure it out for you.
Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.
|
| |
| |
| |
| |
| | |
can't be stated. This means you don't need to know if the files
you are backing up exist or not -- we'll figure it out for you.
|
| |
| |
| |
| | |
This took quite a bit of refactoring.
|
|/ |
|
|\
| |
| |
| |
| | |
* changes:
Added support to record page load time for each url.
|