Warning, /education/kalgebra/android/AndroidManifest.xml is written in an unsupported language. File is not indexed.

0001 <?xml version='1.0' encoding='utf-8'?>
0002 <manifest package="org.kde.kalgebramobile" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.3.0" android:versionCode="9" android:installLocation="auto">
0003     <application android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name" android:icon="@drawable/icon">
0004         <activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation"
0005                   android:name="org.qtproject.qt5.android.bindings.QtActivity"
0006                   android:label="@string/app_name"
0007                   android:screenOrientation="unspecified"
0008                   android:exported="true">
0009             <intent-filter>
0010                 <action android:name="android.intent.action.MAIN"/>
0011                 <category android:name="android.intent.category.LAUNCHER"/>
0012             </intent-filter>
0013             <meta-data android:name="android.app.lib_name" android:value="kalgebramobile"/>
0014             <meta-data android:name="android.app.qt_sources_resource_id" android:resource="@array/qt_sources"/>
0015             <meta-data android:name="android.app.repository" android:value="default"/>
0016             <meta-data android:name="android.app.qt_libs_resource_id" android:resource="@array/qt_libs"/>
0017             <meta-data android:name="android.app.bundled_libs_resource_id" android:resource="@array/bundled_libs"/>
0018             <!-- Deploy Qt libs as part of package -->
0019             <meta-data android:name="android.app.bundle_local_qt_libs" android:value="1"/>
0020             <meta-data android:name="android.app.load_local_libs_resource_id" android:resource="@array/load_local_libs"/>
0021             <!-- Run with local libs -->
0022             <meta-data android:name="android.app.use_local_qt_libs" android:value="1"/>
0023             <meta-data android:name="android.app.libs_prefix" android:value="/data/local/tmp/qt/"/>
0024             <meta-data android:name="android.app.load_local_libs" android:value="plugins/platforms/android/libqtforandroid.so:plugins/bearer/libqandroidbearer.so"/>
0025             <meta-data android:name="android.app.load_local_jars" android:value="jar/QtAndroid.jar:jar/QtAndroidAccessibility.jar:jar/QtAndroid-bundled.jar:jar/QtAndroidAccessibility-bundled.jar:jar/QtAndroidBearer.jar:jar/QtAndroidBearer-bundled.jar"/>
0026             <meta-data android:name="android.app.static_init_classes" android:value=""/>
0027             <!--  Messages maps -->
0028             <meta-data android:value="@string/ministro_not_found_msg" android:name="android.app.ministro_not_found_msg"/>
0029             <meta-data android:value="@string/ministro_needed_msg" android:name="android.app.ministro_needed_msg"/>
0030             <meta-data android:value="@string/fatal_error_msg" android:name="android.app.fatal_error_msg"/>
0031             <!--  Messages maps -->
0032         </activity>
0033     </application>
0034     <supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
0035 </manifest>