Skip to main content
0 votes
0 answers
168 views

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 ...
Maksym Babenko's user avatar
1 vote
0 answers
112 views

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 ...
Kevin.Xu's user avatar
2 votes
3 answers
3k views

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 ...
rosemeyer2's user avatar
0 votes
0 answers
179 views

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 "...
K P's user avatar
  • 192
0 votes
1 answer
578 views

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 ...
Ali Haider's user avatar
0 votes
0 answers
159 views

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 ...
dsx's user avatar
  • 3
1 vote
1 answer
2k views

I did in Manifest.xml file <!-- Start For Android Tv Box--> <uses-feature android:name="android.software.leanback" android:required="true" /> ...
Syed Bilal's user avatar
1 vote
0 answers
1k views

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 ...
Joe Jameson's user avatar
2 votes
0 answers
432 views

I define host URL in my Flutter app <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT&...
Azhar Ali's user avatar
  • 2,776
4 votes
2 answers
4k views

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?
Nitin Tej's user avatar
  • 503
0 votes
0 answers
51 views

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 ...
mdtuyen's user avatar
  • 4,578
0 votes
1 answer
35 views

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's user avatar
1 vote
1 answer
389 views

How can launch google map with multiple marker in flutter I use map-launcher but it only shows me only one marker
Moustafa Khazaal's user avatar
0 votes
0 answers
193 views

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 ...
Will Jones's user avatar
1 vote
1 answer
355 views

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 ...
219CID's user avatar
  • 480

15 30 50 per page
1
2 3 4 5 6