Americanas v1.0版本的 MD5 值为:6a2e3056bcc3046cb95ac9ee4a935d3c

以下内容为反编译后的 Americanas v1.0 -- AndroidManifest.xml 源代码,内容仅作参考


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="1" android:versionName="1.0" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="painel.ajuste.game" platformBuildVersionCode="1" platformBuildVersionName="1.0"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@drawable/app_icon" android:name=".SketchApplication" android:allowBackup="true" android:usesCleartextTraffic="true" android:requestLegacyExternalStorage="true">
        <activity android:theme="@style/AppTheme.FullScreen" android:name=".MainActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:supportsPictureInPicture="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/AppTheme.FullScreen" android:name=".HomeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="stateHidden" android:hardwareAccelerated="true" android:supportsPictureInPicture="true" />
        <activity android:theme="@style/AppTheme.FullScreen" android:name=".AjustesActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="stateHidden" android:hardwareAccelerated="true" android:supportsPictureInPicture="true" />
        <activity android:theme="@style/AppTheme.FullScreen" android:name=".LoginActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="stateHidden" android:hardwareAccelerated="true" android:supportsPictureInPicture="true" />
        <activity android:theme="@style/AppTheme.FullScreen" android:name=".BypassActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" android:supportsPictureInPicture="true" />
        <activity android:name=".DebugActivity" android:screenOrientation="portrait" />
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
    </application>
</manifest>