Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Aviator predictor v12.0.5 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 30, 2024

  1. Create Aviator predictor v12.0.5

    <?xml version="1.0" encoding="utf-8" ?>
    <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="31" android:compileSdkVersionCodename="12" android:versionCode="1" android:versionName="1.0" package="com.my.newproject10" platformBuildVersionCode="31" platformBuildVersionName="12">
    	<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
    	<application android:allowBackup="true" android:icon="@drawable/app_icon" android:label="@string/app_name" android:name=".SketchApplication" android:theme="@style/AppTheme" android:usesCleartextTraffic="true">
    		<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:name=".MainActivity" android:supportsPictureInPicture="true" android:theme="@style/NoActionBar" android:windowSoftInputMode="stateHidden">
    			<intent-filter>
    				<action android:name="android.intent.action.MAIN" />
    				<category android:name="android.intent.category.LAUNCHER" />
    			</intent-filter>
    		</activity>
    		<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:name=".TwaActivity" android:screenOrientation="portrait" android:supportsPictureInPicture="true" android:theme="@style/NoActionBar" />
    		<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:name=".ChooseActivity" android:screenOrientation="portrait" android:supportsPictureInPicture="true" android:theme="@style/NoActionBar" />
    		<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:name=".ConnectActivity" android:screenOrientation="portrait" android:supportsPictureInPicture="true" android:theme="@style/NoActionBar" />
    		<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:name=".PasswordActivity" android:screenOrientation="portrait" android:supportsPictureInPicture="true" android:theme="@style/NoActionBar" />
    		<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:name=".Game1Activity" android:screenOrientation="portrait" android:supportsPictureInPicture="true" android:theme="@style/NoActionBar" />
    		<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:name=".Game2Activity" android:screenOrientation="portrait" android:supportsPictureInPicture="true" android:theme="@style/NoActionBar" />
    		<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:name=".Game3Activity" android:screenOrientation="portrait" android:supportsPictureInPicture="true" android:theme="@style/NoActionBar" />
    		<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:name=".Game4Activity" android:screenOrientation="portrait" android:supportsPictureInPicture="true" android:theme="@style/NoActionBar" />
    		<activity android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:name=".ErrorsActivity" android:screenOrientation="portrait" android:supportsPictureInPicture="true" android:theme="@style/NoActionBar" />
    		<activity android:name=".DebugActivity" android:screenOrientation="portrait" />
    		<uses-library android:name="org.apache.http.legacy" android:required="false" />
    	</application>
    </manifest>
    0633990825Ayana authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    730fe91 View commit details
    Browse the repository at this point in the history