Merge "Make MobileNetworkActivity support onNewIntent" into qt-r1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
20ec6a4b6f
@@ -76,6 +76,13 @@ public class MobileNetworkActivity extends SettingsBaseActivity {
|
||||
}
|
||||
};
|
||||
|
||||
@Override
|
||||
protected void onNewIntent(Intent intent) {
|
||||
super.onNewIntent(intent);
|
||||
setIntent(intent);
|
||||
updateSubscriptions(null);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
Reference in New Issue
Block a user