diff options
author | Glenn Kasten <gkasten@google.com> | 2013-09-13 13:46:23 -0700 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2013-09-13 13:48:38 -0700 |
commit | 53d1537606923778bfc8efe462a033a09273dfa6 (patch) | |
tree | b7b3c2983a5aa63939542d3fca33c38e6f6cbe81 /media/tests/SoundPoolTest/AndroidManifest.xml | |
parent | 9210bc85545f31973c957b5179e6a82d05f473c6 (diff) | |
download | frameworks_base-53d1537606923778bfc8efe462a033a09273dfa6.zip frameworks_base-53d1537606923778bfc8efe462a033a09273dfa6.tar.gz frameworks_base-53d1537606923778bfc8efe462a033a09273dfa6.tar.bz2 |
Miscellaneous fixes to SoundPool unit test
Explicitly specify API level 8, to permit same .apk be used with multiple platform versions.
In the priority test, use different samples for low and priority sounds,
so it is possible to hear the difference.
Increase sleep times to make it easier to hear.
Only use Log.e for errors.
Add more logs and sleeps.
Pan more slowly.
Fix typos in logs about the test names.
Fix typo in pan comment.
Change-Id: Iebce07ca0cf3d6fa1b04faa8577faa1c6d25f8e6
Diffstat (limited to 'media/tests/SoundPoolTest/AndroidManifest.xml')
-rw-r--r-- | media/tests/SoundPoolTest/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/tests/SoundPoolTest/AndroidManifest.xml b/media/tests/SoundPoolTest/AndroidManifest.xml index 126276c..8a29052 100644 --- a/media/tests/SoundPoolTest/AndroidManifest.xml +++ b/media/tests/SoundPoolTest/AndroidManifest.xml @@ -8,4 +8,5 @@ package="com.android.soundpooltest"> </intent-filter> </activity> </application> + <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="8"/> </manifest> |