History log of /cts/tests/appsecurity-tests/src/com/android/cts/appsecurity/AppSecurityTests.java
Revision Date Author Comments
ffec93012689b3aafdaa3e47efb0b52ddd02cc4e 11-Mar-2011 Brett Chabot <brettchabot@android.com> Add test to verify an uninstall of app wipes its data.

Change-Id: Icf574f786c655e004adac738135fe49da5a5489f
5e83330bf7d2d2128362f407ab9f32f1dec95868 22-Sep-2010 Brett Chabot <brettchabot@android.com> Yet more ddmlib api conformance updates.

Change-Id: I59fa901cd04e46984b4366fdfbee32fde2a3e963
c4975e13c28cd23665052d95586d39888e56c6a1 12-Jul-2010 Guang Zhu <guangzhu@android.com> dependent change for "parse instrumentation result bundles" in sdk
3244e6d045cc6467cce36f025bce6a3df78f42dd 21-Sep-2010 Brett Chabot <brettchabot@android.com> Fix CTS to use the new ddmlib API.

Change-Id: Iea71fc7b3e94cd28c64920332111b5c9d1f6d883
f176eafe119e8065c29f6eb99d62d01274581174 27-Jul-2010 Brian Muramatsu <btmura@google.com> manual cherry-pick of 45f8e6a523a096a3781f90d4fd5d54dcc0673a7e

Change-Id: I770948540f3aca9d930edea7a12119ff63fe9bdf
9fb6bbf5e0e726701273e313c4f307ec113bc92c 10-Apr-2010 Brett Chabot <brettchabot@android.com> Update AppSecurityTests#testSharedUidDifferentCerts to check new error message
returned when installing a package with a shared user id.

Bug 2586449

Change-Id: I8b0fd22a8caca88cdc34d717abe464d183471c37
52249ab3ace98024eef38a0c06d954355aa36813 09-Apr-2010 Brett Chabot <brettchabot@android.com> Adjust testInstrumentationDiffCert to test that startInstrumentation throws
SecurityException directly.

Previously it tested for 'adb shell am instrument' failing, which can be
indeterministic.

internal bug 2476321

Change-Id: I4da274143d51ca7970bf0ff657cb1a7e7599abc0
8777225c9c10f0ee95c916f8609df3e5a45505df 27-Mar-2010 Brett Chabot <brettchabot@android.com> Cherry pick cts change to fix build

Adjust cts tests to ddms testrunner IOException API change.

Change-Id: I9f4c1b12608a3570ff45b90c53004cdbbc0b8b27
1c0cfadc909d1931b309b1a7d1d182b700fc1eab 27-Mar-2010 Brett Chabot <brettchabot@android.com> DO NOT MERGE. cherry pick cts change from master to fix build

Adjust cts tests to ddms testrunner IOException API change.

Change-Id: I0257c253538afc3f0135efdaa708211bf0f517fb
757ca14f4b58b2e3f2a98aaaf0577439aecb4e03 27-Mar-2010 Brett Chabot <brettchabot@android.com> DO NOT MERGE. cherry pick cts change from master to fix build

Adjust cts tests to ddms testrunner IOException API change.

Change-Id: I02516a858a1fb5de41f979ead4b77b9780c03294
3da7534f2880068b90b88585c45be62751dbfd6b 13-Jan-2010 The Android Open Source Project <initial-contribution@android.com> android-2.1_r1 snapshot
dd0aa01d673665dfc2c62006883a903a1a261f48 10-Jul-2009 Brett Chabot <brettchabot@google.com> Rename the cts install-tests to appsecurity-tests, and add more tests.

This CL adds tests to verify::
- App cannot be installed over existing app with different signature
- Application cannot access another app's private data
- Instrumentating an app requires same certificate
- permissions that require a matching signature won't be granted to .apks
with a different one.

The change that modifies the runtest test def so these tests can be run will
be coming shortly.

See http://b/editIssue?id=1971693 for more details.