summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kdab.com>2016-09-07 16:55:51 +0300
committerBogDan Vatra <bogdan@kdab.com>2016-09-16 12:13:29 +0000
commit31a63b69037c680101bf82a7161d4a0e5184dd86 (patch)
tree4d9c2aa085b6abf6e108e07518cb1446aee14328 /mkspecs/features
parentfdca8cb09ee330813c41fd1bd20b2795a0a30e04 (diff)
Say hello to Android 6+ permissions model
This API was introduced by Android v23 and is used in connection with the new permission request system. From Android v23 onwards, some permissions such as Location permissions cannot only be granted via Android's Manifest files. An additional runtime check/request system was introduced which forces applications to prompt the user the first time a privileged function is called. Such user prompt responses are returned to the current application via the Activity.onRequestPermissionsResult(..) callback. This change add Qt API to nicely check & request permissions. For now this is private API which can be used to fix permission problems in other Qt compontents. Later Qt versions will introduce a public API to QtAndroidExtras. [ChangeLog][QtCore][Android] Introduced a mechanism to forward permission related callbacks on Activity objects to interested parties. Task-number: QTBUG-55035 Task-number: QTBUG-50759 Change-Id: I64ee748d741b39e35c4713ed9fdd15dd1d96dc56 Reviewed-by: Christian Stromme <christian.stromme@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'mkspecs/features')
0 files changed, 0 insertions, 0 deletions