AdvertisingIdClient getAdvertisingIdInfo hangs forever
问题 I'm trying to get advertising ID from Google Play services API. Here is a sample code: ... import com.google.android.gms.ads.identifier.AdvertisingIdClient; import com.google.android.gms.common.GooglePlayServicesNotAvailableException; import com.google.android.gms.common.GooglePlayServicesRepairableException; ... public class MyActivity extends Activity { @Override protected void onStart() { super.onStart(); Thread thr = new Thread(new Runnable() { @Override public void run() { try { Context