An Android project package name that uniquely identifies an app.
Questions tagged [package-name]
165 questions
0
votes
1 answer
Package name in React Native Project (RN CLI). I have to use package name in firebase
In location: android/app/src/androidmanifest.xml we usually and according to documentation find package name of our project. But i can't find it there. How can i get my app package name?

supolaris
- 23
- 7
0
votes
0 answers
Android camera with api lvl33 and package name lenght > 30
I have a strange issue with the Android camera on Android 13.
My Application has a package name with a length that's greater than 30.
Whatever I do, e.g com.google.mlkit.barcode.Barcode , or creating a surface with androidx.camera, its always the…
0
votes
0 answers
Get package name of apps running in foreground (Kotlin)
I have been struggling with an issue where I want to access the package name of apps
running in foreground and not being the same app as mine. But as far as I am concerned
it is not possible as long as I have to give a local Context parametrized…

SeikoFPS
- 13
- 3
0
votes
0 answers
What can I do if my Google ADmob app-ads.txt tab only shows 1 app despite having 2 apps with different websites?
My ADmob app-ads.txt tab in the All applications tab only shows me 1 app. But I have another app that has a different website with the app-ads.txt and it doesn't even show up as an app on the site. I added the website to the app in the Google Play…

állat tv
- 11
- 1
0
votes
0 answers
Google Play: Can I reuse a package name of a suspended app from another account?
We have account 1 and account 2. Game A was suspended a year ago in account 2 and we can't do any action in it. But we want to reuse that same package name for Game B in account 1. Is it possible?

AdamJensen
- 107
- 3
0
votes
0 answers
Google Play Console: If I change package name, will I need new signing key?
I have an app on the Google Play Console, and I want to change its package name. I can currently upload builds to the Console, and I'm wondering if I will be able to continue using the same signing key that I've been using. I just don't want any…

gkeenley
- 6,088
- 8
- 54
- 129
0
votes
1 answer
Google play and app gallery best packagename choice
I have an android app that's intended for both google play and app gallery , It's one project with 2 flavours , currently i have no user system in my app and i have IAP to enable premium features
Note:
For the google version of the app i don't let…

sheko
- 516
- 4
- 15
0
votes
0 answers
How to increase or decrease Package Name parts in Android Studio
I am in huge trouble changing the package name of a project in Android Studio. Changing or refactoring a package name is easy but my case is different.
I want to change package name from com.company.app.name (4 parts) to com.company.appname (3…

Zeeshan Ali
- 13
- 4
0
votes
1 answer
Using the same package name on both Google Play Store and Samsung Galaxy Store
We have an existing Android app in the Google Play Store, and now we are looking at publishing it to the Samsung Galaxy Store as well. The issue we have is whether or not to use the same package name for the Galaxy Store.
The Samsung docs say it is…

threedollarbill
- 165
- 2
- 11
0
votes
0 answers
After changing the package name in android studio, I can't access the camera in my application. When I restore the package name, it works fine
I changed the package name in android studio, I don't get any error, but my application does not open the camera, when I click on the camera, the application closes
0
votes
0 answers
Are Android Package Names Copyrighted?
I am currently making an android app but I noticed that the domain in my package name is already taken, like if my package name is com.mycompany.myapp and the domain mycompany.com is taken, is it ok to leave it like that or will I get into problems…

Youssef Emad Fakhry
- 37
- 4
0
votes
0 answers
What will be the name after downloading from Play Store if not specified android:label?
When I instal an app from a local machine directly to the phone without specified android:label in manifest, it will show package name instead of application name. I know that.
But what will happen if I download an app from Play Store where the…

Mykyta
- 3
- 1
0
votes
0 answers
Unable to get APK Packagename from Downloads folder in Android 11
I have an application that downloads APK's to the download folder. Once I started supporting SDK 30 and tried the application on Android 10 and 11, I got an error.
downloadRequest = new DownloadManager.Request(uri)
…

Richard
- 1,087
- 18
- 52
0
votes
1 answer
Renaming Android Package name IOException
I am trying to resolve and invalid package name currently my package looks like this:
-com
--domain
---app
----domain
so the package name is com.domain.app.domain
It needs to be com.domain.app, I have tried to move the contents of ----domain, into…

user15348067
- 43
- 1
- 5
0
votes
2 answers
How to know other installed app package name of an Android Phone
I have to call an Android app from my application. But I don't know package name of the application, I want to call that application via package name by using adb command

Mohd Qasim
- 896
- 9
- 20