Added comment

This commit is contained in:
M66B 2016-05-14 18:28:15 +02:00
parent ecb399c869
commit 36cf27ee90
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences
if (running) {
Log.i(TAG, "Start intent=" + prepare);
try {
// com.android.vpndialogs.ConfirmDialog required
startActivityForResult(prepare, REQUEST_VPN);
} catch (Throwable ex) {
Log.e(TAG, ex.toString() + "\n" + Log.getStackTraceString(ex));