*/
public NfcVirtTargScreen(int emulation_type) {
super(MainScreen.HORIZONTAL_SCROLL);
this._screen = this;
this._detectionListener = new NfcVirtDetectionListener(_screen);
_emulation_type = emulation_type;
Utilities.log("XXXX NfcVirtTarg entered NfcVirtTargScreen constructor");
setTitle("NfcVirtualTargetFun V" + Constants.MYAPP_VERSION);