Android Nfc Function In Ics
In Android ICS, there are 3 ways to share data by P2P. 1. enableForegroundNdefPush(existed from gingerbread) 2. setdefPushMessage 3. setNdefPushMessageCallback As I tried, in Andro
Solution 1:
No, at this moment there is no API to disable the UI when sharing P2P data.
setLocalNdefMessage() no longer exists, because almost every application will now share something over NFC by default - if the app itself doesn't share anything, the framework will automatically share a link to the app.
Post a Comment for "Android Nfc Function In Ics"