benlau / androidnative.pri

Calling Android functions from Qt without using JNI
Apache License 2.0
103 stars 15 forks source link

Feature for handling Location Settings #14

Closed rmallah closed 6 years ago

rmallah commented 6 years ago
(1) It allows to query/check if the location service/setting
    is enabled in android.

(2) It allows to open the setting screen directly and
    associates a callback via QML signal when the setting
        screen is put in background.