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