Update sample app for final GB MR API changes.
Change-Id: Ic6b7aa2ffe88f6a9228322d41a2be391eb5bf545
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