Loading app/src/main/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,8 @@ <activity android:name=".ui.player.PwaActivity" android:exported="true"> android:exported="true" android:theme="@style/AppTheme.NoSplash"> <intent-filter> <action android:name="foundation.e.blisslauncher.VIEW_PWA" /> <category android:name="android.intent.category.DEFAULT" /> Loading app/src/main/res/drawable/transparent_splash_icon.xml 0 → 100644 +5 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="@android:color/transparent" /> </shape> app/src/main/res/values-v31/styles.xml 0 → 100644 +7 −0 Original line number Diff line number Diff line <resources> <style name="AppTheme.NoSplash" parent="AppTheme"> <item name="android:windowSplashScreenAnimatedIcon">@drawable/transparent_splash_icon</item> <item name="android:windowSplashScreenBackground">@android:color/transparent</item> <item name="android:windowSplashScreenAnimationDuration">0</item> </style> </resources> app/src/main/res/values/styles.xml +2 −0 Original line number Diff line number Diff line Loading @@ -6,4 +6,6 @@ <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAccent</item> </style> <style name="AppTheme.NoSplash" parent="AppTheme" /> </resources> No newline at end of file Loading
app/src/main/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,8 @@ <activity android:name=".ui.player.PwaActivity" android:exported="true"> android:exported="true" android:theme="@style/AppTheme.NoSplash"> <intent-filter> <action android:name="foundation.e.blisslauncher.VIEW_PWA" /> <category android:name="android.intent.category.DEFAULT" /> Loading
app/src/main/res/drawable/transparent_splash_icon.xml 0 → 100644 +5 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="@android:color/transparent" /> </shape>
app/src/main/res/values-v31/styles.xml 0 → 100644 +7 −0 Original line number Diff line number Diff line <resources> <style name="AppTheme.NoSplash" parent="AppTheme"> <item name="android:windowSplashScreenAnimatedIcon">@drawable/transparent_splash_icon</item> <item name="android:windowSplashScreenBackground">@android:color/transparent</item> <item name="android:windowSplashScreenAnimationDuration">0</item> </style> </resources>
app/src/main/res/values/styles.xml +2 −0 Original line number Diff line number Diff line Loading @@ -6,4 +6,6 @@ <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAccent</item> </style> <style name="AppTheme.NoSplash" parent="AppTheme" /> </resources> No newline at end of file