Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Apr 21, 2024
1 parent 836831e commit fa036f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:exported="true" android:screenOrientation="userLandscape"
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize">
<meta-data android:name="android.app.lib_name" android:value="game" />
</activity>
<activity-alias android:name=".MainActivityReforged" android:label="@string/app_name"
android:enabled="true" android:exported="true"
android:icon="@mipmap/ic_launcher"
android:targetActivity=".LoadLibraries">
<meta-data android:name="android.app.lib_name" android:value="game" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand All @@ -27,6 +27,7 @@
android:enabled="false" android:exported="true"
android:icon="@mipmap/ic_launcher_alt"
android:targetActivity=".LoadLibraries">
<meta-data android:name="android.app.lib_name" android:value="game" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit fa036f9

Please sign in to comment.