parent
b8152f0399
commit
73fda82f15
@ -53,7 +53,7 @@
|
||||
android:exported="true"
|
||||
android:label="@string/settings"
|
||||
android:launchMode="singleTop"
|
||||
android:parentActivityName=".launcher.SharedLauncherActivity"
|
||||
android:parentActivityName=".launcher.LauncherActivity"
|
||||
android:taskAffinity="de.mm20.launcher2.settings"
|
||||
android:theme="@style/SettingsTheme.NoActionBar"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
@ -64,7 +64,7 @@
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value="de.mm20.launcher2.ui.launcher.SharedLauncherActivity" />
|
||||
android:value="de.mm20.launcher2.ui.launcher.LauncherActivity" />
|
||||
</activity>
|
||||
|
||||
<activity android:name=".launcher.sheets.BindAndConfigureAppWidgetActivity" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user