Hii guys,
We have integrated the EMDK in our app to support zebra TC25 Smart Device. After integration now we are facing a very weird issue. Please see below:
Activity A
onCreate(){
Initialise the EMDK Manager & Profile
}
onResume(){
Register this activity for broadcast intent.
}
onPause(){
Unregister this activity for broadcast intent
}
Activity B
onCreate(){
//Doing nothing
}
onResume(){
//Doing nothing
}
onPause(){
//Doing nothing
}
Now when A opens B. A leave itself on pause and when B close itself then A again gets resume however after resuming again broadcast intent not work until we re-initialise the EMDK manager & profile. Can you please help us to resolve this issue?
EMDK v6.7 Data Capture Profile Issue |
0 Replies