* commit 'ba29b9b17769995d7fba7dea09934d2e11bf5ffb': Update sample app for final GB MR API changes.
This commit is contained in:
@@ -37,7 +37,7 @@ public class TechFilter extends Activity {
|
||||
|
||||
Intent intent = getIntent();
|
||||
String action = intent.getAction();
|
||||
if (NfcAdapter.ACTION_TECHNOLOGY_DISCOVERED.equals(action)) {
|
||||
if (NfcAdapter.ACTION_TECH_DISCOVERED.equals(action)) {
|
||||
mText.setText("Discovered tag " + ++mCount + " with intent: " + intent);
|
||||
} else {
|
||||
mText.setText("Scan a tag");
|
||||
|
||||
Reference in New Issue
Block a user