c77fb700创建于 2025年1月16日历史提交
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.multiability">
    <uses-permission android:name="android.permission.INTERNET"/>
    <application android:allowBackup="true" android:extractNativeLibs="true" android:icon="@drawable/arkuix"
                 android:label="@string/app_name" android:name=".MyApplication" android:supportsRtl="true"
                 android:theme="@android:style/Theme.Light.NoTitleBar">
        <activity
                android:configChanges="orientation|keyboard|layoutDirection|screenSize|uiMode|smallestScreenSize|density"
                android:exported="true" android:name=".EntryEntryAbilityActivity"
                android:windowSoftInputMode="adjustResize |stateHidden">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>
            </intent-filter>
        </activity>
        <activity
                android:configChanges="orientation|keyboard|layoutDirection|screenSize|uiMode|smallestScreenSize|density"
                android:exported="true" android:name=".EntryNextAbilityActivity"
                android:windowSoftInputMode="adjustResize |stateHidden"/>
        <activity
                android:configChanges="orientation|keyboard|layoutDirection|screenSize|uiMode|smallestScreenSize|density"
                android:exported="true" android:name=".SecondmoduleSecondmoduleAbilityActivity"
                android:windowSoftInputMode="adjustResize |stateHidden"/>
    </application>
</manifest>