mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 06:05:51 -04:00
Android: Make sure EmulationActivity is exported
This commit is contained in:
@ -24,7 +24,8 @@
|
||||
android:immersive="true"
|
||||
android:label="@string/title_activity_emulation"
|
||||
android:parentActivityName=".MainActivity"
|
||||
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
|
||||
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar"
|
||||
android:exported="true">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value="com.github.stenzek.duckstation.MainActivity" />
|
||||
|
Reference in New Issue
Block a user