78 questions
0
votes
0
answers
168
views
Issue with Empty Window Appearing on App Launch for macOS App - Help Needed
I've been struggling with a problem for the past couple of weeks, and I can't seem to figure out the cause. I'm developing an app that allows users to easily switch languages on macOS. The app is ...
1
vote
0
answers
112
views
Version code 105: Policy Declaration - Data Safety Section: App Activity Data Type - Apps On Device
We found an issue in the following area(s):
Version code 105: Policy Declaration - Data Safety Section: App Activity Data Type - Apps On Device
About the Data safety section in Google Play User Data ...
2
votes
3
answers
3k
views
Android Auto app runs fine in desktop-head-unit emulator but not showing up in Volkswagen launcher
To start with Android Auto development I checked out some example projects (https://github.com/android/car-samples/tree/main/car_app_library), compiled them in Android studio (fixed some depreciation ...
0
votes
0
answers
179
views
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 "...
0
votes
1
answer
578
views
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 ...
0
votes
0
answers
159
views
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 ...
1
vote
1
answer
2k
views
How do we make Launcher/Home android app for AndroidTV device?
I did in Manifest.xml file
<!-- Start For Android Tv Box-->
<uses-feature
android:name="android.software.leanback"
android:required="true" />
...
1
vote
0
answers
1k
views
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
...
2
votes
0
answers
432
views
How to get redirected url in flutter which open app?
I define host URL in my Flutter app
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT&...
4
votes
2
answers
4k
views
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?
0
votes
0
answers
51
views
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 ...
0
votes
1
answer
35
views
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.
1
vote
1
answer
389
views
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
0
votes
0
answers
193
views
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 ...
1
vote
1
answer
355
views
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 ...