From b84fdffad40226ca642680c7d1eec7c7799f07aa Mon Sep 17 00:00:00 2001 From: Sol Boucher Date: Wed, 4 Jun 2014 16:05:55 -0700 Subject: Add CameraToo, a sample point-and-shoot camera app It demonstrates basic use of the features of the new Camera2 API. Change-Id: I593bc682e5c6203754e9a3ee9a78efbd1b208513 --- tests/Camera2Tests/CameraToo/AndroidManifest.xml | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/Camera2Tests/CameraToo/AndroidManifest.xml (limited to 'tests/Camera2Tests/CameraToo/AndroidManifest.xml') diff --git a/tests/Camera2Tests/CameraToo/AndroidManifest.xml b/tests/Camera2Tests/CameraToo/AndroidManifest.xml new file mode 100644 index 0000000..a92b5d8 --- /dev/null +++ b/tests/Camera2Tests/CameraToo/AndroidManifest.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + -- cgit v1.1