This file is indexed.

/usr/share/qt5/doc/qtdoc/examples-android.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
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?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" />
<!-- examples-android.qdoc -->
  <title>Qt for Android Examples | 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>Qt for Android Examples</li>
<li id="buildversion">
Qt 5.3.2 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#running-the-examples">Running the Examples</a></li>
<li class="level1"><a href="#essentials">Essentials</a></li>
<li class="level1"><a href="#qt-quick-and-qml-examples-for-android">Qt Quick and QML Examples for Android</a></li>
</ul>
</div>
<h1 class="title">Qt for Android Examples</h1>
<span class="subtitle"></span>
<!-- $$$examples-android.html-description -->
<div class="descr"> <a name="details"></a>
<p>This page lists Qt Examples known to work for <a href="android-support.html">Android</a>. This page is not an exclusive list, meaning most <a href="qtexamplesandtutorials.html">Qt Examples</a> are compatible with Android but are not listed here.</p>
<a name="running-the-examples"></a>
<h2>Running the Examples</h2>
<p>To run the examples from <a href="http://qt-project.org/doc/qtcreator/index.html">Qt Creator</a>, open the <b>Welcome</b> mode and select the example from <b>Examples</b>. Entering the search term <b>Android</b> filters these examples from the other <a href="qtexamplesandtutorials.html">Qt Examples</a>. For more information, visit <a href="http://qt-project.org/doc/qtcreator/creator-build-example-application.html">Building and Running an Example</a>.</p>
<a name="essentials"></a>
<h2>Essentials</h2>
<p>These examples and tutorials give instructions on how to get started as well as information related to Qt for Android.</p>
<ul>
<li><a href="androidgs.html">Getting Started</a></li>
<li><a href="http://qt-project.org/doc/qtcreator/creator-mobile-app-tutorial.html">Creating a Mobile Application</a></li>
<li><a href="http://qt-project.org/doc/qtcreator/creator-deploying-android.html">Deploying to the Device</a></li>
<li><a href="portingtoandroid.html">Porting a Qt Application</a></li>
<li><a href="publishtogoogleplay.html">Publishing to Google Play</a></li>
<li><a href="opensslsupport.html">Adding OpenSSL Support</a></li>
<li><a href="http://qt-project.org/wiki/Qt5ForAndroidBuilding">Building from Sources</a></li>
<li>Qt Notifier - demonstrates how to call Java code from an Android application</li>
</ul>
<a name="qt-quick-and-qml-examples-for-android"></a>
<h2>Qt Quick and QML Examples for Android</h2>
<p>These are a list of Qt Quick and QML examples for Android. For a full list of Qt Quick examples including beginner-level tutorials, visit <a href="../qtquick/qtquick-codesamples.html">Qt Quick Examples and Tutorials</a>.</p>
<div class="landingicons"><div class="icons1of3"><p><b>Touch and Key Interaction</b></p>
<ul>
<li><a href="../qtquick/qtquick-touchinteraction-example.html">Touch Interaction</a></li>
<li><a href="../qtquick/qtquick-keyinteraction-example.html">Key Interaction</a></li>
<li><a href="../qtquick/qtquick-mousearea-example.html">MouseArea</a></li>
</ul>
</div><div class="icons1of3"><p><b>Images, Animation, and Layout</b></p>
<ul>
<li><a href="../qtquick/qtquick-imageelements-example.html">Image Elements</a></li>
<li><a href="../qtquick/qtquick-text-example.html">Text</a></li>
<li><a href="../qtquick/qtquick-animation-example.html">Animation</a></li>
<li><a href="../qtquick/qtquick-canvas-example.html">Canvas</a></li>
<li><a href="../qtquick/qtquick-positioners-example.html">Positioners</a></li>
<li><a href="../qtquick/qtquick-righttoleft-example.html">Right to Left</a></li>
</ul>
</div><div class="icons1of3"><p><b>Scenegraph</b></p>
<ul>
<li><a href="../qtquick/qtquick-scenegraph-customgeometry-example.html">Custom Geometry</a></li>
<li><a href="../qtquick/qtquick-scenegraph-graph-example.html">Graph</a></li>
<li><a href="../qtquick/qtquick-scenegraph-openglunderqml-example.html">OpenGL Under QML</a></li>
<li><a href="../qtquick/qtquick-customitems-painteditem-example.html">Painted Item</a></li>
<li><a href="../qtquick/qtquick-scenegraph-textureinsgnode-example.html">Rendering FBOs</a></li>
<li><a href="../qtquick/qtquick-scenegraph-simplematerial-example.html">Simple Material</a></li>
</ul>
</div></div><div class="landingicons"><div class="icons1of3"><p><b>Particles and Effects</b></p>
<ul>
<li><a href="../qtquick/qtquick-particles-emitters-example.html">Emitters</a> (Particles)</li>
<li><a href="../qtquick/qtquick-particles-affectors-example.html">Affectors</a></li>
<li><a href="../qtquick/qtquick-particles-system-example.html">System</a></li>
<li><a href="../qtquick/qtquick-particles-imageparticle-example.html">Image Particles</a></li>
<li><a href="../qtquick/qtquick-shadereffects-example.html">Shader Effects</a></li>
</ul>
</div><div class="icons1of3"><p><b>Extending QML</b></p>
<ul>
<li><a href="../qtqml/qtqml-referenceexamples-grouped-example.html">Grouped Properties</a></li>
<li><a href="../qtqml/qtqml-referenceexamples-methods-example.html">Methods</a></li>
<li><a href="../qtqml/qtqml-referenceexamples-signal-example.html">Signal Support</a></li>
<li><a href="../qtqml/qtqml-referenceexamples-attached-example.html">Attached Properties</a></li>
</ul>
</div><div class="icons1of3"><p><b>Multimedia</b></p>
<ul>
<li><a href="../qtmultimedia/qtmultimedia-video-qmlvideofx-example.html">Video Shader Effects Example</a></li>
<li><a href="../qtmultimedia/qtmultimedia-video-qmlvideo-example.html">Video Example</a></li>
<li><a href="../qtmultimedia/qtmultimedia-declarative-camera-example.html">Camera Example</a></li>
</ul>
</div></div></div>
<!-- @@@examples-android.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>