1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-27 09:46:23 +00:00

add comment

This commit is contained in:
Loic Blot 2014-12-03 17:31:27 +01:00
parent 803e43a6e2
commit 33ad95732d

View File

@ -286,6 +286,7 @@ public class LoginActivity extends Activity {
// Then it's finished
finish();
// Start sync settings, we have finished to configure account
Intent settingsIntent = new Intent(Settings.ACTION_SYNC_SETTINGS);
settingsIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
getApplicationContext().startActivity(settingsIntent);