Update app context in code snippet bug: 28842396 am: 056df25179 am: 0fc19538cf

am: cca8eba82d

* commit 'cca8eba82d48888656d36aed8020fd3ecd738fdd':
  Update app context in code snippet bug: 28842396

Change-Id: I04ef5aeac32a526028e71ed71bcdf39920cc0c4f
This commit is contained in:
smain@google.com
2016-05-18 22:00:21 +00:00
committed by android-build-merger

View File

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