动作类型记录在android nfc应用程序上启动浏览器

时间:2012-04-20 09:10:39

标签: android browser nfc

我想在Android NFCDemo上为NDEFmessage添加操作,以便在点击网址时启动浏览器。

我有这样的代码:

public static final byte[] SMART_POSTER_URL_NO_TEXT = 
    /**/new byte[] {
    (byte) 0xd1, (byte) 0x02, (byte) 0x0f, (byte) 0x53, (byte) 0x70, (byte)  0xd1,(byte) 0x01,     
    (byte) 0x0b, (byte) 0x55, (byte) 0x01,(byte) 0x67, (byte) 0x6f, (byte) 0x6f, (byte) 0x67,      
    (byte) 0x6c, (byte) 0x65, (byte) 0x2e, (byte) 0x63,(byte) 0x6f, (byte) 0x6d,
    /*the action type record*//         
    (byte) 0x11,(byte) 0x01,(byte) 0x61,(byte) 0x63 ,(byte) 0x74, (byte) 0x00
};

但这不起作用。

0 个答案:

没有答案