android: add missing feature tags.
Adding the CAMERA and RECORD_AUDIO permissions implicitely makes some features a hard requirement for the app. By adding these features in the .pro file, androiddeployqt will mark them as unrequired in the final package. Change-Id: Ie9357d05626cb12272001d63b04e230737fbf1bc Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
01f8ff3834
commit
92323612d0
@@ -64,7 +64,9 @@ ANDROID_PERMISSIONS += \
|
||||
android.permission.CAMERA \
|
||||
android.permission.RECORD_AUDIO
|
||||
ANDROID_FEATURES += \
|
||||
android.hardware.camera
|
||||
android.hardware.camera \
|
||||
android.hardware.camera.autofocus \
|
||||
android.hardware.microphone
|
||||
MODULE_PLUGIN_TYPES = \
|
||||
mediaservice \
|
||||
audio \
|
||||
|
||||
Reference in New Issue
Block a user