From 2b81ca83860eab49b946d43f851e936c5a6e3092 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Wed, 25 Sep 2013 12:25:45 +0200 Subject: Add missing files for example I forgot to commit the icon.png and the documentation file Change-Id: Id874a7441ba4ea2591a46cca59bc1320ad35e869 Reviewed-by: Christian Stromme --- .../android-sources/res/drawable/icon.png | Bin 0 -> 4627 bytes .../src/qtandroidextras-example-notification.qdoc | 41 +++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 examples/androidextras/notification/android-sources/res/drawable/icon.png create mode 100644 examples/androidextras/notification/doc/src/qtandroidextras-example-notification.qdoc (limited to 'examples') diff --git a/examples/androidextras/notification/android-sources/res/drawable/icon.png b/examples/androidextras/notification/android-sources/res/drawable/icon.png new file mode 100644 index 0000000..156243d Binary files /dev/null and b/examples/androidextras/notification/android-sources/res/drawable/icon.png differ diff --git a/examples/androidextras/notification/doc/src/qtandroidextras-example-notification.qdoc b/examples/androidextras/notification/doc/src/qtandroidextras-example-notification.qdoc new file mode 100644 index 0000000..1eb6c6f --- /dev/null +++ b/examples/androidextras/notification/doc/src/qtandroidextras-example-notification.qdoc @@ -0,0 +1,41 @@ +/**************************************************************************** +** +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Contact: http://www.qt-project.org/legal +** +** This file is part of the documentation of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:FDL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and Digia. For licensing terms and +** conditions see http://qt.digia.com/licensing. For further information +** use the contact form at http://qt.digia.com/contact-us. +** +** GNU Free Documentation License Usage +** Alternatively, this file may be used under the terms of the GNU Free +** Documentation License version 1.3 as published by the Free Software +** Foundation and appearing in the file included in the packaging of +** this file. Please review the following information to ensure +** the GNU Free Documentation License version 1.3 requirements +** will be met: http://www.gnu.org/copyleft/fdl.html. +** $QT_END_LICENSE$ +** +****************************************************************************/ + +/*! + \title Qt Notifier + \ingroup examples-qtandroidextras + \example notification + \brief Demonstrates calling Java code from an Android application. + + \image notification.png + + This example demonstrates how to add a custom Java class to an Android application, and + how to call into this using the JNI convenience APIs in the Qt Android Extras module. + + Click on either of the smiley faces to put a notification in the status area of the Android + device. +*/ -- cgit v1.2.3