Questions tagged [app-launcher]
77 questions
1
vote
0 answers
Android app disappears sometimes from apps screen
My android app appears and disappears on app screen indeliberately.
I couldn't find why this problem happens.
Is the problem happening because my app manifest ?
Is the problem related to the android version ?
etc..
Spec
Device manufacturer :…

Venky
- 559
- 7
- 25
1
vote
1 answer
How to open documents and images using launcher in windows phone 8
I am creating windows phone 8 app, I have to open docs and images using code or launcher. The problem is that those documents are not opening those are not created in MS Office, I am getting error like:
"Document has been damaged, cant open"…

Binjal Shah
- 311
- 1
- 9
1
vote
2 answers
How to fix TypeError: glib.spawn_async with Kupfer (python)?
Whenever I try to pass an argument to Kupfer I am getting an error (debug run) that says that "TypeError: glib.spawn_async: second argument must be a sequence of strings". I have no idea why that is the case. I am just trying to pass some arguments…

yarun can
- 2,871
- 5
- 25
- 27
1
vote
2 answers
After downloading an application with two Launcher components from the Marketplace, clicking "Open" will cause a crash
Create a sample application with two launcher icons. For example, two
components such as:
…

ParYad
- 203
- 3
- 7
1
vote
1 answer
When I leave my application, my icon launcher is still focused (surrounded with a blue line)
I've been having an inconvenience when I quit my game using the libgdx frameworks Gdx.app.exit(), I return to my phone home screen but my game icon launcher is still focused (surrounded by a blue line). I would like it not to be focused anymore when…

zlithgow
- 69
- 5
1
vote
1 answer
how to update the list of applications in a launcher?
I created a launcher to use my tablet with multiple profiles, it is configurable, I can choose the number of users of the tablet, each one will have its own space, with a list of application chosen by the administrator account from a list view which…

Zizou
- 1,891
- 3
- 15
- 16
1
vote
3 answers
iPhone/iPod Touch: Info.plist: Unable to verify icon dimensions, no icon found
The reason I'm posting this is that I have tried all solutions written online and none has worked for me. What is it that I am missing? Anyone can help?
While validating my app via the Archives tool in xcode 4.6
This is the error messages I am…

Joe Saad
- 1,940
- 3
- 22
- 32
1
vote
0 answers
Error in Google Web app in python
I just created my first application for Google App Engines. I have saved .py and .yml file in a folder in the C drive. I have installed python 2.5 as well as Google app launcher where i have set the python path as 'C:\Python25\pythonw.exe'. When I…

sanandan deshpande
- 11
- 1
0
votes
0 answers
How to implement a DIAL launch on Android TVs and Google TVs?
Since we are struggling to get support for this (we tried Google Developer Support and the DIAL "Contact Us" Google Forms: http://www.dial-multiscreen.org/contact-us) I writing here in hope that someone from the community can help us.
We are trying…

MR Gui Quadros
- 1
- 1
0
votes
0 answers
How do I modify or remove system-defined shortcuts such as "app info" and "Pause app" in android
I have tried retrieving all the existing shortcut using
shortcutManager.getShortcuts(ShortcutManager.FLAG_MATCH_PINNED) with all existing flag but it didnt retrieve "App info" and "Pause app" shortcut.

K P
- 182
- 9
0
votes
1 answer
How do I check if Metamask Wallet is installed in phone using ionic?
I am trying to find out if Metamask Wallet App is installed in the phone. This is my code:
const { value } = await AppLauncher.canOpenUrl({ url: 'metamask-blockchain-wallet://' });
I am testing this in my iOS device. I've also added…

Ali Haider
- 374
- 2
- 3
- 14
0
votes
0 answers
Hidden APP LAUNCHER APK Android in os version 10 to 12
I'm here because I don't know where to go anymore to get some idea of the following:
In my android code I have this:
private void deleteLabelIcon(Context context){
ComponentName CTD = new ComponentName(context,…

dsx
- 3
- 3
0
votes
2 answers
Graphic app for launch etl with parameters
I use Talend to develop ETLs the problem is that I need to make interfaces to run them.
With Talend I only can run it using command line, exist any application (web if is posible) to launch the ETLs? The app is realy simple I only need to run…

JMira
- 888
- 4
- 16
- 34
0
votes
0 answers
Prevent open activity after click home
I have the following scenario:
Activity A (Main Activity)
Activity B (Normal Activity)
Normal activities:Launcher App (Open A) then start Activity B
Unusual operation:Launcher App (Open A), quickly click Home before activity B is started, app go to…

mdtuyen
- 4,470
- 5
- 28
- 50
0
votes
1 answer
Enabled system app's launcher activity. still app icon is not displayed after OS upgrade
Initial version of my application had no launcher activity, Enabled it for the next release, but i am not seeing app icon after OS upgrade.

Shwetha K S
- 54
- 3