Warning, /system/mycroft-gui/application/android/AndroidManifest.xml.in is written in an unsupported language. File is not indexed.
0001 <?xml version='1.0' encoding='utf-8'?> 0002 <manifest package="ai.mycroft.kirigami" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="@MYCROFT_MANIFEST_VERSION@" android:versionCode="1601460420" android:installLocation="auto"> 0003 <uses-permission android:name="android.permission.INTERNET" /> 0004 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> 0005 <application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Mycroft AI" android:icon="@drawable/icon"> 0006 <activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" 0007 android:name="org.qtproject.qt5.android.bindings.QtActivity" 0008 android:label="Mycroft AI" 0009 android:theme="@style/AppTheme" 0010 android:screenOrientation="unspecified" 0011 android:windowSoftInputMode="adjustUnspecified" 0012 android:launchMode="singleTop"> 0013 <intent-filter> 0014 <action android:name="android.intent.action.MAIN"/> 0015 <category android:name="android.intent.category.LAUNCHER"/> 0016 </intent-filter> 0017 <meta-data android:name="android.app.lib_name" android:value="mycroft-gui-app"/> 0018 <meta-data android:name="android.app.qt_sources_resource_id" android:resource="@array/qt_sources"/> 0019 <meta-data android:name="android.app.repository" android:value="default"/> 0020 <meta-data android:name="android.app.qt_libs_resource_id" android:resource="@array/qt_libs"/> 0021 <meta-data android:name="android.app.bundled_libs_resource_id" android:resource="@array/bundled_libs"/> 0022 <!-- Deploy Qt libs as part of package --> 0023 <meta-data android:name="android.app.bundle_local_qt_libs" android:value="-- %%BUNDLE_LOCAL_QT_LIBS%% --"/> 0024 <meta-data android:name="android.app.load_local_libs_resource_id" android:resource="@array/load_local_libs"/> 0025 <!-- Run with local libs --> 0026 <meta-data android:name="android.app.use_local_qt_libs" android:value="-- %%USE_LOCAL_QT_LIBS%% --"/> 0027 <meta-data android:name="android.app.libs_prefix" android:value="/data/local/tmp/qt/"/> 0028 <meta-data android:name="android.app.load_local_libs" android:value="-- %%INSERT_LOCAL_LIBS%% --"/> 0029 <meta-data android:name="android.app.load_local_jars" android:value="-- %%INSERT_LOCAL_JARS%% --"/> 0030 <meta-data android:name="android.app.static_init_classes" android:value="-- %%INSERT_INIT_CLASSES%% --"/> 0031 <!-- Messages maps --> 0032 <meta-data android:value="@string/ministro_not_found_msg" android:name="android.app.ministro_not_found_msg"/> 0033 <meta-data android:value="@string/ministro_needed_msg" android:name="android.app.ministro_needed_msg"/> 0034 <meta-data android:value="@string/fatal_error_msg" android:name="android.app.fatal_error_msg"/> 0035 <!-- Messages maps --> 0036 0037 <!-- Splash screen --> 0038 <meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splash"/> 0039 <!-- Splash screen --> 0040 0041 <!-- Background running --> 0042 <!-- Warning: changing this value to true may cause unexpected crashes if the 0043 application still try to draw after 0044 "applicationStateChanged(Qt::ApplicationSuspended)" 0045 signal is sent! --> 0046 <meta-data android:name="android.app.background_running" android:value="false"/> 0047 <!-- Background running --> 0048 0049 <!-- auto screen scale factor --> 0050 <meta-data android:name="android.app.auto_screen_scale_factor" android:value="false"/> 0051 <!-- auto screen scale factor --> 0052 </activity> 0053 </application> 0054 <supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/> 0055 0056 <!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application. 0057 Remove the comment if you do not require these default features. --> 0058 <!-- %%INSERT_FEATURES --> 0059 0060 </manifest>