mirror of
https://github.com/jrpie/Launcher.git
synced 2025-05-06 18:44:19 +02:00
Create FirstStartupActivity
This commit is contained in:
parent
de6ba2705e
commit
b322aa613f
4 changed files with 63 additions and 2 deletions
app/src/main
|
@ -23,6 +23,10 @@
|
|||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".FirstStartupActivity"
|
||||
android:screenOrientation="portrait"
|
||||
tools:ignore="LockedOrientationActivity">
|
||||
</activity>
|
||||
<activity android:name=".ChooseActivity"
|
||||
android:screenOrientation="portrait"
|
||||
tools:ignore="LockedOrientationActivity">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue