Skip to content
Snippets Groups Projects
Commit ea10f225 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

manifest: declare support for flash

Change-Id: I04498d8639b44774b4ab92ed49806e45d2a2ac64
parent dbe3bf11
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<uses-feature
android:name="android.hardware.camera.autofocus"
android:required="false" />
<uses-feature
android:name="android.hardware.camera.flash"
android:required="false" />
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment