How to create Content Provider using QT on Android?
Unsolved
Mobile and Embedded
-
Hi,
i want to share data to other apps on android and i would like to create a content provider like here:
https://developer.android.com/guide/topics/providers/content-providersHow would i implement this in Qt?
My goal is to save data and other apps can read them.