Skip to content

Commit

Permalink
chore: move acticity part to activity alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tumuyan authored and Bambooin committed Aug 18, 2022
1 parent 2055637 commit b18c7ec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
android:launchMode="singleTask"
android:parentActivityName=".ui.main.PrefMainActivity" />

<activity
android:name=".ui.main.LiquidKeyboardActivity"
android:parentActivityName=".ui.main.PrefMainActivity"
/>

<!-- Using an activity alias to disable/enable the app icon in the launcher -->
<activity-alias
android:name="com.osfans.trime.PrefLauncherAlias"
Expand All @@ -75,10 +80,6 @@
</intent-filter>
</activity-alias>

<activity
android:name=".ui.main.LiquidKeyboardActivity"
android:parentActivityName=".ui.main.PrefMainActivity"
/>
<!-- All activities must be declared above <activity-alias> tag -->
</application>
</manifest>

0 comments on commit b18c7ec

Please sign in to comment.