diff options
author | Romain Guy <romainguy@google.com> | 2011-06-14 16:45:55 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2011-06-14 17:06:53 -0700 |
commit | 77a811610f99e21da7f88dafef60d09f345d0506 (patch) | |
tree | f9342ace8ae4541f75c17a3f8531d3c6090de474 /tests/HwAccelerationTest | |
parent | 113543c909baadb911cfda6acef056137e16f191 (diff) | |
download | frameworks_base-77a811610f99e21da7f88dafef60d09f345d0506.zip frameworks_base-77a811610f99e21da7f88dafef60d09f345d0506.tar.gz frameworks_base-77a811610f99e21da7f88dafef60d09f345d0506.tar.bz2 |
Add TextureView.getBitmap()
This API can be used to get a Bitmap copy of the content of a
TextureView.
Change-Id: I07522216c353720fba5cab333174f58f484eb911
Diffstat (limited to 'tests/HwAccelerationTest')
-rw-r--r-- | tests/HwAccelerationTest/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/HwAccelerationTest/AndroidManifest.xml b/tests/HwAccelerationTest/AndroidManifest.xml index 01d30eb..3e7ca08 100644 --- a/tests/HwAccelerationTest/AndroidManifest.xml +++ b/tests/HwAccelerationTest/AndroidManifest.xml @@ -19,6 +19,7 @@ <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.CAMERA" /> + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-feature android:name="android.hardware.camera" /> <uses-feature android:name="android.hardware.camera.autofocus" /> |