Android Question hide application icon

khosrwb

Active Member
Licensed User
Longtime User
how make a application that
application haven't icon (( hide application icon ))
 

Shahid Saeed

Active Member
Licensed User
Longtime User
Make it a Full Screen AND (OR) Make Include Title to False:

B4X:
#Region  Activity Attributes 
    #FullScreen: True
    #IncludeTitle: False
#End Region
 
Upvote 0

dibesw

Active Member
Licensed User
Longtime User
I tried this but for me don't works.
I tried to modify manifest

B4X:
AddReplacement(android.intent.action.MAIN, unused_action)

and so works (I don't see app icon).
but when I install app then screen is



Button RUN is not available.
How I can run the app that haven't icon?

THANKS
 
Upvote 0

dibesw

Active Member
Licensed User
Longtime User
It is problematic to create an app without an icon. It was simpler in previous versions of Android. However starting from Android 4.0 Android will not start your app unless the user explicitly starts it at least once.
Ok Erel, I start app once.
But can I, after start app once, to cancel icon app with some istruction?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…