History log of /cts/tests/appsecurity-tests/test-apps/SharedUidInstallDiffCert/src/com/android/cts/shareduidinstalldiffcert/SharedUidActivity.java
Revision Date Author Comments
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.