Update app context in code snippet

bug: 28842396

Change-Id: I306ba2d3f7ccb1f547caa46e038c1d3faaccab26
This commit is contained in:
smain@google.com
2016-05-18 14:35:51 -07:00
parent eea825d67e
commit 056df25179

View File

@@ -178,7 +178,7 @@ import java.io.IOException;
public void getIdThread() {
Info adInfo = null;
try {
adInfo = AdvertisingIdClient.getAdvertisingIdInfo(mContext);
adInfo = AdvertisingIdClient.getAdvertisingIdInfo(mContext.getApplicationContext());
} catch (IOException e) {
// Unrecoverable error connecting to Google Play services (e.g.,
// the old version of the service doesn't support getting AdvertisingId).