Questions tagged [app-launcher]
77 questions
0
votes
0 answers
Package not found on custom launcher - Android Studio
I'm producing a custom app launcher in Android Studio using online tutorials, however, whenever I decide to run my application on the built-in emulator it never finds the cannot find the app I am trying to launch/package despite having the correct…
0
votes
1 answer
Android app with two activities as enter points
App contains of two activities as enter points as desctibed in manifest.

white-imp
- 313
- 2
- 16
0
votes
1 answer
Spawn PowerShell Admin consoles from Windows tray
I have a need to open various Local Admin PowerShell consoles many times a day. If I keep one console open all day, that's fine, but if that closes, my policy-controlled Admin password has usually expired, so if I have to later open another console,…

YorSubs
- 3,194
- 7
- 37
- 60
0
votes
1 answer
How do I open my application with the Launcher app file .desktop
I've a problem with the application Oracle SQL Developer, I can only run it going to the terminal and only with the sudo command. My file is there : /usr/local/bin/sqldeveloper and to open it I have to do sudo sqldeveloper.
Now here is the code of…
user12317677
0
votes
1 answer
Start/launch myApp when another app started/launched
I am new to android. I want to know about..
I want to develop an app which start when another app(like gmail or facebook etc.) in the device started. I have no idea of how to develop this app. I want to support from API 21 & above
For older version…

MPG
- 785
- 6
- 20
0
votes
0 answers
Why isn't android studio not producing a launcher upon release?
I am a newbie to Android Development and I'd thought I'd start out with a game. Anyway it works running on my device through Android studio (version 3.5) in debug mode. But when I change the build environment to release and produce a signed apk when…

Jonathan Corbett
- 1
- 2
0
votes
1 answer
How To Open Homescreen Activity for Selecting Launcher in OPPO or Other Phones
Hello Friend I'm working on Launcher Application. for select my launcher as Home app a popup is showing in samsung. by using this code.
private void launchAppChooser() {
PackageManager packageManager = getPackageManager();
// get…

M Dilawar
- 11
- 6
0
votes
3 answers
JavaFX Application : launching by double click?
I have created a JavaFX application in order to register data on my personal computer (Windows 10) and I am looking for launching it by double clicking on its JAR.
thank you in advance for your help.
Vinz

Louis33
- 1
- 5
0
votes
1 answer
Can I use packagemanager.setApplicationEnabledSetting() on non-rooted device in user app
I am trying to disable one of the app from my app. I have created a launcher app and trying to use following method of package manager
pm.setApplicationEnabledSetting(packageInfo.packageName, PackageManager.COMPONENT_ENABLED_STATE_DISABLED,…

Vishakha Gahukar
- 21
- 9
0
votes
1 answer
Launcher icon for FireOS 5.2.4.0
Recently my firtv got updated and the now the OS version is 5.2.4.0
actually the problem which i am facing about the launcher icon. Previously i was using launcher icon in menisfest with :
android:icon : 144 x 144 dimension.
android:banner : 319 x…

nitin tyagi
- 1,176
- 1
- 19
- 52
0
votes
2 answers
Run launcher app in safe mode of android
I had implemented one launcher app for tab. This app is working good in normal mode but issue in safe mode. I am not able to set my app as launcher app in safe mode. Can anyone tell me how i can run my app as launcher app in safe mode.
Possible…

Gangadhar Indre
- 1
- 1
0
votes
1 answer
Can't run app via android studio on real android device
After adding splash and other screens my app is not launching in the device through the Android Studio, Logcat shows that the package has been successfully installed but it doesn't get launched. Even the dialog box to choose the running device comes…

Ananya Srivastav
- 85
- 1
- 13
0
votes
1 answer
White screen or app launch lag on devices with Android >= Lollipop
When I start app (First launch or Launching after killing it through task stack), It takes around 5-6 seconds to come to Launcher screen and shows white screen.
When I made launcher activity translucent then still same app lag time is there.
One…

Randhir Kumar
- 11
- 9
0
votes
0 answers
Launcher intent not always received correctly when launching my android app from other app
I have an app (lets call it "SendingApp") that is trying to launch my app by calling this on Button A:
Intent launchIntent = getPackageManager().getLaunchIntentForPackage("com.example.sendingapp");
launchIntent.putExtra("my_extra",…

erinys
- 273
- 1
- 4
- 18
0
votes
0 answers
Why does app launcher icon remain in the status bar (Android 4.4.2)?
On android 4.4.2 when my app starts its launcher icon appears in the status bar and remains there for the duration of the main activity, that is until finish() is not called. Is there a way not to have it appeared in the status bar? (I am using GCM…

quirkfly
- 121
- 1
- 5