<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[open andorid app from Qt android App]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I am developing android app using Qt5 C++. I want the following equivalent code in Qt C++</p>
<p dir="auto">Intent intent = getPackageManager().getLaunchIntentForPackage("org.opencv.javacv.addition");<br />
if (intent != null) {<br />
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);<br />
startActivity(intent);<br />
}</p>
]]></description><link>https://forum.qt.io/topic/70455/open-andorid-app-from-qt-android-app</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 06:46:41 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/70455.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Aug 2016 08:10:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to open andorid app from Qt android App on Mon, 22 Aug 2016 21:36:07 GMT]]></title><description><![CDATA[<p dir="auto">As I know, you can't do it in Qt C++, you need using JNI to call from C++ to Java and vice versa,<br />
Here is link to start <a href="http://doc.qt.io/qt-5/android-support.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/android-support.html</a></p>
]]></description><link>https://forum.qt.io/post/343588</link><guid isPermaLink="true">https://forum.qt.io/post/343588</guid><dc:creator><![CDATA[kd_wala]]></dc:creator><pubDate>Mon, 22 Aug 2016 21:36:07 GMT</pubDate></item></channel></rss>