aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qandroidfunctions/qandroidfunctions.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove qmake project filesJoerg Bornemann2021-04-291-4/+0
| | | | | | | Task-number: QTBUG-88742 Change-Id: I45d52013f5f34919ee85c7ec6195073ad587a912 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Add new method to get the main Android activity.Christian Strømme2014-02-071-0/+4
There were no public APIs the user could use to get access to their applications main activity, and thus far the only solution have been to access undocumented and private APIs. [ChangeLog][QtAndroidExtras] Added functionality to get the Android main activity. Change-Id: Ifd4121e8bc643360ed7a7038ffae9e872b59db71 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>