2018-12-14 21:58:45 +01:00
|
|
|
# QtAndroidTools
|
2019-01-31 23:25:10 +01:00
|
|
|
QtAndroidTools is a library that allows to simplify access to some native Android features from QML.
|
2019-01-22 15:26:51 +01:00
|
|
|
|
2019-02-03 23:18:26 +01:00
|
|
|
**Library documentation [here](https://falsinsoft.github.io/QtAndroidTools/Documentation/)**
|
|
|
|
|
2019-02-15 19:40:19 +01:00
|
|
|
**PLEASE NOTE:** The master branch can be unstable cause is always in develop. For your app use the latest tagged version.
|
|
|
|
|
2019-01-22 15:26:51 +01:00
|
|
|
# The tools
|
|
|
|
|
2019-01-25 11:37:17 +01:00
|
|
|
**ApkExpansionFiles**
|
|
|
|
Help in manage the apk expansion files download
|
2019-01-22 15:26:51 +01:00
|
|
|
|
2019-01-25 11:37:17 +01:00
|
|
|
**AppPermissions**
|
|
|
|
Allow to request Android app permissions in an easier way
|
2019-02-03 23:18:26 +01:00
|
|
|
|
|
|
|
**AdMobBanner**
|
|
|
|
Allow to show AdMob banner inside QML app
|
|
|
|
|
|
|
|
**AdMobInterstitial**
|
|
|
|
Allow to show AdMob interstitial inside QML app
|
2019-01-22 15:26:51 +01:00
|
|
|
|
2019-01-25 11:37:17 +01:00
|
|
|
**ApkInfo**
|
|
|
|
Return info about the apk containing the executed app
|
2019-01-22 15:26:51 +01:00
|
|
|
|
2019-02-15 19:40:19 +01:00
|
|
|
**Images**
|
|
|
|
Allow to retrieve the device albums and images
|
|
|
|
|
2019-03-06 15:06:39 +01:00
|
|
|
**Screen**
|
|
|
|
Allow to change screen orientation
|
|
|
|
|
2019-01-25 11:37:17 +01:00
|
|
|
**BatteryState**
|
|
|
|
Allow monitoring the battery level and state
|
|
|
|
|
2019-01-26 18:09:05 +01:00
|
|
|
**SignalStrength**
|
2019-01-26 18:22:27 +01:00
|
|
|
Allow monitoring the strength of the phone signal
|