I want change project "record_launch_app" purposely launch my own app use the NFC tag on an Android device? Where should I take "m_android_package_name" of my app? I used SDK 14, SoftDevice s132.
I want change project "record_launch_app" purposely launch my own app use the NFC tag on an Android device? Where should I take "m_android_package_name" of my app? I used SDK 14, SoftDevice s132.
It should be in your manifest package="" in AndroidManifest.xml.
If it's not your app, you can find the package name using an app.
Thanks. It is work!
Thanks. It is work!