<?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[Android and system apps]]></title><description><![CDATA[<p dir="auto">This question is not only related to Qt for Android but it is a generic question on Android.</p>
<p dir="auto">Is a system app installable only in a rooted device?<br />
If yes wich is the right way to check if a device is rooted?<br />
If not when a system app is installable?</p>
<p dir="auto">My scenario is not a smartphone but a generic industrial device based on Android.</p>
]]></description><link>https://forum.qt.io/topic/127566/android-and-system-apps</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 21:05:10 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/127566.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Jun 2021 17:50:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Android and system apps on Wed, 16 Jun 2021 15:03:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrdebug">@<bdi>mrdebug</bdi></a>:</p>
<blockquote>
<p dir="auto">Is a system app installable only in a rooted device?</p>
</blockquote>
<p dir="auto">AFAIK yes. Since they are placed in a special place, separated from the user-apps and thus isn't accesible with the "runtime" user.</p>
<blockquote>
<p dir="auto">If yes wich is the right way to check if a device is rooted?</p>
</blockquote>
<p dir="auto">the most common way is to check for the "su" command being available.<br />
For example: <a href="https://stackoverflow.com/a/8097801" target="_blank" rel="noopener noreferrer nofollow ugc">https://stackoverflow.com/a/8097801</a></p>
]]></description><link>https://forum.qt.io/post/665542</link><guid isPermaLink="true">https://forum.qt.io/post/665542</guid><dc:creator><![CDATA[raven-worx]]></dc:creator><pubDate>Wed, 16 Jun 2021 15:03:06 GMT</pubDate></item></channel></rss>