Download expansion files on tablet
问题 I am making an dictionary for android phones and tablets. I have committed the file on my developer account, and i works like a charm on phone. When i am trying to run the exactly same code on my samsung galaxy tab 10.1, it is stuck. if (!expansionFilesDelivered()) { try { Intent launchIntent = SampleDownloaderActivity.this.getIntent(); Intent intentToLaunchThisActivityFromNotification = new Intent(SampleDownloaderActivity.this, SampleDownloaderActivity.this.getClass());