This file is indexed.

/usr/share/kivi-examples/android/compass/README.txt is in python-kivy-examples 1.7.2-1.

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
Compass
=======

Demonstrate the combination of the Android Magnetic Field Sensor and the Kivy functionality viewing a Compass.

Kivy Python-For-Android
-----------------------

Please look at the lastest docs of the
`Kivy Python-For-Android Project <http://python-for-android.readthedocs.org/en/latest/>`__

Building an APK
---------------

:: 

   ./distribute.sh -m "pyjnius kivy"


::

   ./build.py --package org.test.compass --name compass \
   --version 1.0 --dir ~/code/kivy/examples/android/compass debug