Skip to content

Commit d37941e

Browse files
committedAug 2, 2023
Beta 1.0 Release
1 parent 920bcb7 commit d37941e

File tree

62 files changed

+232
-1317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+232
-1317
lines changed
 

‎app_pojavlauncher/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</intent-filter>
5151
</activity>
5252
<activity
53-
android:name=".DummyLauncher"
53+
android:name=".ScapeLauncher"
5454
android:screenOrientation="sensorLandscape"
5555
android:label="@string/app_short_name" />
5656
<activity
@@ -66,7 +66,7 @@
6666
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|keyboard|navigation|uiMode"
6767
android:screenOrientation="sensorLandscape" />
6868
<activity
69-
android:name=".CustomControlsActivity"
69+
android:name=".customcontrols.CustomControlsActivity"
7070
android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"
7171
android:exported="false"
7272
android:screenOrientation="sensorLandscape">
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.