I'm trying to modify APK, I want to hide it from home screen but it should be openable
This is some part of manifest:
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
I have already tried to replace LAUNCHER
with DEFAULT
but then I can't open the app, I want to open it one time only, can someone help me? Sorry for my bad English, I hope u will understand what I mean