Questions tagged [app-launcher]

77 questions
2
votes
1 answer

Android Studio Launcher icon is black

I made an image in photoshop for my application, but when I go to add a new Image Asset, the icon is black. Here is an example In the previous version from Android Studio launcher icons had the real color. Is it a bug?
Vasileios Pallas
  • 4,801
  • 4
  • 33
  • 50
2
votes
1 answer

Why doesn't my android application show up in the launcher?

I'm developing an application for the Android platform targeted for api level 4 (Android 1.6) but I can't get it to show up on my phone and I can't figure out why. Here's my AndroidManifest.xml is there a problem in here? Or is there something else…
NightWatchman
  • 1,217
  • 5
  • 17
  • 25
2
votes
1 answer

Label attribute in AndroidManifest.xml

I have a manifest with its label declared so the launcher label is different from the Main Activity (the one that is launched at start). It was working fine, but today I saw on a friends phone it took the activity's label instead. I have no idea…
Valentino
  • 2,980
  • 1
  • 14
  • 17
2
votes
3 answers

App Launcher Icon Is Wrong

The manifest defines the app icon that I want. But when I deploy the app the app icon is a completely different icon. What could possibly be going on? The image that was showing as the icon is no where to be found in any of my project files. I…
Sababado
  • 2,524
  • 5
  • 33
  • 51
1
vote
0 answers

Launch minecraft forge 1.8.9 from the command line

I am rather stumped on how to do this. I have come across a python module to launch minecraft from a command line or wrather generate a command... import minecraft_launcher_lib import subprocess import sys lv = "1.8.9-forge-11.15.1.2318" md =…
Joe Jameson
  • 79
  • 1
  • 12
1
vote
1 answer

App that launches prefpane app

I've been working on a .prefpane app and it's almost ready for the mac app store. The problem is that the product created from this app is a .prefpane file and not a .app file so as I see it I need to create an app that launches this .prefpane file…
Tapy
  • 1,044
  • 6
  • 17
  • 30
1
vote
0 answers

How to get redirected url in flutter which open app?

I define host URL in my Flutter app
Azhar Ali
  • 1,961
  • 3
  • 13
  • 24
1
vote
2 answers

How to show a transparent app background in jetpack compose

I am trying to make a simple launcher and I'm trying to show the app's background completely transparent or partially transparent. Could you guys help me out on how to do that?
1
vote
1 answer

Flutter URL Launcher Google Maps Multiple Maker

How can launch google map with multiple marker in flutter I use map-launcher but it only shows me only one marker
1
vote
1 answer

Setup launcher to open an associated file type

I would like my java application to automatically launch and display a .txt file when a user selects anything with that file type (The same behavior Microsoft word has when you select a .docx file) I have followed the jpackage documentation here:…
219CID
  • 340
  • 5
  • 15
1
vote
1 answer

White Screen for Launch External App in Ionic 4

I have a page that would like to launch external app when a button is clicked and the function goToApp() should run. Following is my code for on the ts file but everything on the page could be loaded until the point I added import { AppLauncher,…
Calvin Seng
  • 193
  • 1
  • 19
1
vote
0 answers

Trigger a function inside Background service when any app is launched on mobile?

I am developing App-Locker app and i have background service which is running. But i want the exact solution to trigger one function inside that background service when any application is launch or open in mobile. I am using the below service which…
Pir Fahim Shah
  • 10,505
  • 1
  • 82
  • 81
1
vote
2 answers

How to achieve SSO from the My Apps Launcher

We provide a web app which currently offers SSO to Office 365. This works great as follows: User hits our website User selects "Sign in with Office 365" Office 365 authentication window launches User enters O365 credentials and is authenticated by…
SLRM
  • 103
  • 7
1
vote
0 answers

App Widget not listed in google now launcher widget list in Nexus 5 (Android 5.1.1)

I have an app which has a widget along with it. It works fine for all devices except Nexus 5. The widget is not listed in widget list of Nexus 5's google now launcher. I have tested installing the app on Nexus 7 (Android 5.1.1) with same google now…