mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 1156268 - Put the 'didRestart' Intent extra in when restarting r=jchen
This commit is contained in:
parent
7c51ddf2e5
commit
0e393850fd
@ -29,6 +29,7 @@ public class Restarter extends Service {
|
||||
|
||||
final Intent restartIntent = (Intent)intent.getParcelableExtra(Intent.EXTRA_INTENT);
|
||||
restartIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||
.putExtra("didRestart", true)
|
||||
.setClassName(getApplicationContext(),
|
||||
AppConstants.BROWSER_INTENT_CLASS_NAME);
|
||||
startActivity(restartIntent);
|
||||
|
Loading…
Reference in New Issue
Block a user