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-06-18 22:18:23 +02:00
|
|
|
**AdMobRewardedVideo**
|
|
|
|
Allow to show AdMob Rewarded Video inside QML app
|
|
|
|
|
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-04-04 13:51:46 +02:00
|
|
|
**Notification**
|
|
|
|
Show Android system notifications
|
|
|
|
|
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
|
2019-05-08 12:08:43 +02:00
|
|
|
|
|
|
|
**PlayStore**
|
|
|
|
Allow open Play Store app details and developer app list
|
2020-01-14 21:35:30 +01:00
|
|
|
|
|
|
|
**GoogleAccount**
|
|
|
|
Allow to signin using one of the Google accounts currently registered in the device
|
|
|
|
|
|
|
|
**GoogleDrive**
|
|
|
|
Allow access to Google Drive files and folders
|
|
|
|
|
2020-02-25 23:02:21 +01:00
|
|
|
**Sharing**
|
|
|
|
Allow to use the Android sharing operation
|
|
|
|
|
2020-12-07 15:13:20 +01:00
|
|
|
**UserMessagingPlatform**
|
|
|
|
Allow to manage consent form
|
|
|
|
|
2021-03-29 11:31:59 +02:00
|
|
|
**Audio**
|
|
|
|
Allow to request audio focus
|
|
|
|
|
2020-01-14 21:35:30 +01:00
|
|
|
**System**
|
|
|
|
Export methods for get some system info
|