summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-09-16 12:08:41 +0200
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-09-18 13:07:46 +0000
commit5816f7abfeabf3f8902b9623da751b19be982fa9 (patch)
treebccbfb2d25d870ca54ab3ac9383634fdee3b6522
parent7c0ab3ad59467eb1a2500d9439b2bb317d26da45 (diff)
downloadqtdoc-5816f7abfeabf3f8902b9623da751b19be982fa9.tar.gz
Doc: Updated the Qt for Android feature list
Added info. about NFC and Bluetooth support, and also Qt Android Extras. Change-Id: I3a1b32f36557068decd832dbb9d771e1762fb65c Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--doc/src/platforms/android.qdoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/platforms/android.qdoc b/doc/src/platforms/android.qdoc
index 33a75a40..e568107e 100644
--- a/doc/src/platforms/android.qdoc
+++ b/doc/src/platforms/android.qdoc
@@ -32,7 +32,7 @@
Qt for Android enables you to run Qt 5 applications on devices with Android
v2.3.3 (API level 10) or later. All Qt modules (essential and add-on) are
-supported except Qt WebKit, Qt NFC, Qt Serial Port, and the
+supported except Qt WebKit, Qt Serial Port, and the
platform-specific ones (Qt Mac Extras, Qt Windows Extras, and Qt X11 Extras).
The following list summarizes what you can do with Qt for Android:
@@ -48,8 +48,10 @@ The following list summarizes what you can do with Qt for Android:
\li Get \l{Qt Sensors}{sensor} readings and react to the changes.
\li Retrieve current position data using satellite and network
information.
- \li Establish a serial connection to other \l{Qt Bluetooth}{Bluetooth}
- devices.
+ \li Connect and exchange data with \l{Qt Bluetooth}{Bluetooth}
+ and \l{Qt NFC}{NFC}-enabled devices.
+ \li Integrate Java code into your application using
+ \l{Qt Android Extras}.
\li Develop secure applications using OpenSSL library.
\li Create and deploy Application Package (APK) using Qt Creator.
\endlist