~moshe-wagner/orayta/Orayta-QT

« back to all changes in this revision

Viewing changes to android-orayta/AndroidManifest.xml

  • Committer: avi-iz
  • Date: 2016-01-27 22:58:36 UTC
  • Revision ID: git-v1:5868492338c23e1d5379f928fb1d8f443e78c095
version 0.95, now managing onPause event

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
 
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="93" package="org.Orayta" android:versionName="0.94">
 
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="95" package="org.Orayta" android:versionName="0.95">
3
3
    <application android:icon="@drawable/icon" android:label="@string/app_name" android:name="org.qtproject.qt5.android.bindings.QtApplication">
4
4
        <activity android:launchMode="singleInstance" android:screenOrientation="unspecified" android:configChanges="orientation|locale|fontScale|keyboard|keyboardHidden|navigation|screenSize" android:label="@string/app_name" android:name="org.qtproject.qt5.android.bindings.QtActivity">
5
5
            <intent-filter>