We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e54a5 commit 1373426Copy full SHA for 1373426
android/src/main/java/com/google/samples/apps/iosched/ui/BaseActivity.java
@@ -1383,7 +1383,7 @@ private void registerGCMClient() {
1383
1384
} else {
1385
// Get the correct GCM key for the user. GCM key is a somewhat non-standard
1386
- // approach we use in this app. For more about this, check GCM.TXT.
+ // approach we use in this app. For more about this, check GCM.MD.
1387
final String gcmKey = AccountUtils.hasActiveAccount(this) ?
1388
AccountUtils.getGcmKey(this, AccountUtils.getActiveAccountName(this)) : null;
1389
// Device is already registered on GCM, needs to check if it is
0 commit comments