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