diff options
author | Guang Zhu <guangzhu@google.com> | 2015-05-25 12:09:12 -0700 |
---|---|---|
committer | Guang Zhu <guangzhu@google.com> | 2015-05-25 12:10:36 -0700 |
commit | 9f521c9b17660959d8c1b6af3f8658b6b52a553c (patch) | |
tree | a409e92c680a2ecde4db5408b900538e50b0365e /tests/Compatibility/AndroidManifest.xml | |
parent | 47e745c9786f757c2351e7192b7cd76527b95861 (diff) | |
download | frameworks_base-9f521c9b17660959d8c1b6af3f8658b6b52a553c.zip frameworks_base-9f521c9b17660959d8c1b6af3f8658b6b52a553c.tar.gz frameworks_base-9f521c9b17660959d8c1b6af3f8658b6b52a553c.tar.bz2 |
update app compatibility post launch detection
decide if the app is still running after launch by checking
running tasks and look for a task with base activity belonging
to the package launched.
Change-Id: Ibb3894e765ccbca62f803decc3c1c1f36dc2d454
Diffstat (limited to 'tests/Compatibility/AndroidManifest.xml')
-rw-r--r-- | tests/Compatibility/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Compatibility/AndroidManifest.xml b/tests/Compatibility/AndroidManifest.xml index 8ae5bc5..7017431 100644 --- a/tests/Compatibility/AndroidManifest.xml +++ b/tests/Compatibility/AndroidManifest.xml @@ -16,6 +16,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.compatibilitytest" > + <uses-sdk android:minSdkVersion="21" + android:targetSdkVersion="21" /> <application > <uses-library android:name="android.test.runner" /> </application> |