This file is indexed.

/usr/share/qt5/doc/qtdoc/publishtogoogleplay.html is in qt5-doc-html 5.3.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- android.qdoc -->
  <title>Publishing to Google Play | QtDoc 5.3</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li><a href="index.html">Qt 5.3</a></li>
<li>Publishing to Google Play</li>
<li id="buildversion">
Qt 5.3.2 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<h1 class="title">Publishing to Google Play</h1>
<span class="subtitle"></span>
<!-- $$$publishtogoogleplay.html-description -->
<div class="descr"> <a name="details"></a>
<p><a href="android-support.html">Qt for Android</a> provides a complete solution to develop, build, and package your applications for Android. Most of these tasks, especially packaging and deployment are handled by Qt Creator providing rich developer experience.</p>
<p>Every time you run the application using Qt Creator, an Android Application Package (APK) is created and deployed onto the target (device or emulator) you choose. With some minor changes to how the <i>.apk</i> is created, you can publish your application on Google Play and monetize from it. The following step-by-step instructions guide you to create an <i>.apk</i> that can go live on Google Play:</p>
<ol class="1">
<li>Open your application project using Qt Creator v3.0 or later and change its <b>Build</b> settings to build release version.</li>
<li>Open <b>Run</b> settings of your project and select <b>Create AndroidManifest.xml</b>. Qt Creator adds the manifest XML based on the application's <i>.pro</i> file and opens it in <b>General</b> mode.<p><b>Note: </b>You can edit the <i>AndroidManifest.xml</i> in <b>General</b> or <b>XML Source</b> mode.</p></li>
<li>Check for the following in <i>AndroidManifest.xml</i>:<ul>
<li><b>Minimum required SDK</b> is set to API 9 or above.<p><b>Note: </b>Qt for Android is supported on devices with API 9 and above.</p></li>
<li>Add <b>Application name</b> and <b>Application icon</b>.</li>
<li><b>Permissions</b> list has all the required permissions.</li>
<li><b>Features</b> list has the software or hardware features that your application depends on. For example, NFC.</li>
</ul>
<p><b>Note: </b>Qt adds the default permissions and features based on the module dependencies of your application. If you do not want these default permissions and features, remove the <tt>&lt;!-- %%INSERT_PERMISSIONS --&gt;</tt> and <tt>&lt;!-- %%INSERT_FEATURES --&gt;</tt> comments from <i>AndroidManifest.xml</i>. For information on the manifest XML format, see <a href="http://developer.android.com/guide/topics/manifest/manifest-intro.html">Android: App Manifest</a>.</p></li>
<li>Set up a <b>keystore</b> to sign the <i>.apk</i>. You can create a new keystore if you do not have one.</li>
<li>Select <b>Open package location after build</b> and run your application to build the <i>.apk</i>. Qt Creator builds the <i>.apk</i> and opens the folder containing the <i>.apk</i>.</li>
<li>Log in to the <a href="https://play.google.com/apps/publish">Google Play Developer Console</a> and upload the <i>.apk</i> file, few screen captures of the application, and a description.</li>
</ol>
<p>Now your application is available to other Android device users via Google Play. You can also choose to publish the application to a smaller group, so that you can test and improve the application before publishing it to a larger audience.</p>
<p>See <a href="deployment-android.html">Deploying an Application on Android</a> for more information about how the packaging is done and how you can influence it.</p>
</div>
<!-- @@@publishtogoogleplay.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2014 Digia Plc and/or its
   subsidiaries. Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Digia, Qt and their respective logos are trademarks of Digia Plc     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>