Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
updata splash bidding
  • Loading branch information
little-cute233 authored Jul 19, 2024
1 parent f775a33 commit 35c53f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".BiddingSplashActivity"
android:exported="false" />
<activity
android:name=".MainActivity"
android:configChanges="orientation|screenSize"
Expand Down Expand Up @@ -62,4 +65,4 @@
android:screenOrientation="portrait" />
</application>

</manifest>
</manifest>

0 comments on commit 35c53f1

Please sign in to comment.