am 636f3eac: Add clear_top flag to settings action intent. Bug: 17200185
* commit '636f3eac6d3ae69e7cc1dd159fe7cdbb043ce2df': Add clear_top flag to settings action intent. Bug: 17200185
This commit is contained in:
@@ -388,7 +388,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
|
||||
@Override
|
||||
public void onPress() {
|
||||
Intent intent = new Intent(Settings.ACTION_SETTINGS);
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
||||
mContext.startActivity(intent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user