mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Renames BackGestureTutorialActivity to GestureSandboxActivity." into ub-launcher3-master
This commit is contained in:
@@ -93,12 +93,12 @@
|
||||
android:directBootAware="true" />
|
||||
|
||||
<activity
|
||||
android:name="com.android.quickstep.interaction.BackGestureTutorialActivity"
|
||||
android:name="com.android.quickstep.interaction.GestureSandboxActivity"
|
||||
android:autoRemoveFromRecents="true"
|
||||
android:excludeFromRecents="true"
|
||||
android:screenOrientation="portrait">
|
||||
<intent-filter>
|
||||
<action android:name="com.android.quickstep.action.BACK_GESTURE_TUTORIAL" />
|
||||
<action android:name="com.android.quickstep.action.GESTURE_SANDBOX" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
<!-- Activities which block home gesture -->
|
||||
<string-array name="gesture_blocking_activities" tools:ignore="InconsistentArrays">
|
||||
<item>com.android.launcher3/com.android.quickstep.interaction.BackGestureTutorialActivity</item>
|
||||
<item>com.android.launcher3/com.android.quickstep.interaction.GestureSandboxActivity</item>
|
||||
</string-array>
|
||||
|
||||
<string name="stats_log_manager_class" translatable="false">com.android.quickstep.logging.StatsLogCompatManager</string>
|
||||
|
||||
@@ -32,8 +32,8 @@ import com.android.quickstep.interaction.BackGestureTutorialFragment.TutorialTyp
|
||||
import java.util.List;
|
||||
import java.util.Optional;
|
||||
|
||||
/** Shows the Back gesture interactive tutorial in full screen mode. */
|
||||
public class BackGestureTutorialActivity extends FragmentActivity {
|
||||
/** Shows the gesture interactive sandbox in full screen mode. */
|
||||
public class GestureSandboxActivity extends FragmentActivity {
|
||||
|
||||
Optional<BackGestureTutorialFragment> mFragment = Optional.empty();
|
||||
|
||||
Reference in New Issue
Block a user