Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

In my code, is it possible to check if the app is running on an Android device, and if so, return the name of the APK file used to install the app on the device? In my case, that name is app-debug.apk.

The motivation for the question is that I’d like to give the APK a custom name, then when the app is running on the device, to execute some custom code, and set some custom configuration, based on the name of the APK. Maybe there is a better process to achieve that?

On Stack Overflow, I've seen many questions about how to change the APK name before the build, but none on how to programmatically check the APK name. I've also seen questions about how to check the APK name using native Android code.

Thanks.

question from:https://stackoverflow.com/questions/65936962/while-app-is-running-on-an-android-device-how-can-i-programmatically-get-the-na

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...