Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

cordova - While app is running on an Android device, how can I programmatically get the name of the APK file used for installation?

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...