测试
This commit is contained in:
@@ -75,6 +75,8 @@ export default {
|
|||||||
let ndef = new IntentFilter("android.nfc.action.TECH_DISCOVERED");
|
let ndef = new IntentFilter("android.nfc.action.TECH_DISCOVERED");
|
||||||
ndef.addDataType("*/*");
|
ndef.addDataType("*/*");
|
||||||
let intentFiltersArray = [ndef];
|
let intentFiltersArray = [ndef];
|
||||||
|
|
||||||
|
console.log('newintent running==>',intentFiltersArray);
|
||||||
|
|
||||||
plus.globalEvent.addEventListener('newintent',function() {
|
plus.globalEvent.addEventListener('newintent',function() {
|
||||||
console.log('newintent running');
|
console.log('newintent running');
|
||||||
|
|||||||
Reference in New Issue
Block a user