mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
remove intent category "default"
It was needed only when Termux had separate icon for failsafe activity.
This commit is contained in:
committed by
Fredrik Fornwall
parent
b0f1773a92
commit
4e1462326c
@@ -38,12 +38,10 @@
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts" />
|
||||
</activity>
|
||||
|
Reference in New Issue
Block a user