mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-22 11:15:10 +00:00
moved splash screen activity to parent dir
This commit is contained in:
parent
af3937e23f
commit
c1770e2217
2 changed files with 2 additions and 4 deletions
|
@ -43,7 +43,7 @@
|
||||||
<!-- Only because MANAGE_EXTERNAL_STORAGE is not available in android Q -->
|
<!-- Only because MANAGE_EXTERNAL_STORAGE is not available in android Q -->
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.core.SplashScreenActivity"
|
android:name=".ui.SplashScreenActivity"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:theme="@style/SplashTheme">
|
android:theme="@style/SplashTheme">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
package com.vanced.manager.ui.core
|
package com.vanced.manager.ui
|
||||||
|
|
||||||
import android.content.Intent
|
import android.content.Intent
|
||||||
import android.os.Bundle
|
import android.os.Bundle
|
||||||
import androidx.appcompat.app.AppCompatActivity
|
import androidx.appcompat.app.AppCompatActivity
|
||||||
import androidx.preference.PreferenceManager.getDefaultSharedPreferences
|
import androidx.preference.PreferenceManager.getDefaultSharedPreferences
|
||||||
import com.vanced.manager.ui.MainActivity
|
|
||||||
import com.vanced.manager.ui.WelcomeActivity
|
|
||||||
|
|
||||||
class SplashScreenActivity : AppCompatActivity() {
|
class SplashScreenActivity : AppCompatActivity() {
|
||||||
|
|
Loading…
Reference in a new issue