• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

development


Commit MetaInfo

Revisionba29b9b17769995d7fba7dea09934d2e11bf5ffb (tree)
Time2011-02-02 03:11:04
AuthorNick Pelly <npelly@goog...>
CommiterAndroid Git Automerger

Log Message

am c2860adc: Update sample app for final GB MR API changes.

* commit 'c2860adcb8c8c84927bfe17fadd61b5beea61ae4':

Update sample app for final GB MR API changes.

Change Summary

Incremental Difference

--- a/samples/ApiDemos/src/com/example/android/apis/nfc/TechFilter.java
+++ b/samples/ApiDemos/src/com/example/android/apis/nfc/TechFilter.java
@@ -37,7 +37,7 @@ public class TechFilter extends Activity {
3737
3838 Intent intent = getIntent();
3939 String action = intent.getAction();
40- if (NfcAdapter.ACTION_TECHNOLOGY_DISCOVERED.equals(action)) {
40+ if (NfcAdapter.ACTION_TECH_DISCOVERED.equals(action)) {
4141 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent);
4242 } else {
4343 mText.setText("Scan a tag");