String library_url = am.getUserData(account, Const.KEY_LIBRARY_URL);
String library_name = am.getUserData(account, Const.KEY_LIBRARY_NAME);
- // compatibility with specific apps like cwmars_app. If no library_url exists as userdata on the account,
+ // compatibility with custom apps like cwmars_app. If no library_url exists as userdata on the account,
// get it from the resources.
if (TextUtils.isEmpty(library_url)) {
library_url = activity.getString(R.string.ou_library_url);
startTask();
}
});
+
+ startTask();
}
protected void startTask() {
mTask.execute();
}
+ /*
@Override
protected void onStart() {
super.onStart();
startTask();
}
}
+ */
+ /*
@Override
protected void onRestart() {
super.onRestart();
restarted = true;
Log.d(TAG, "onrestart");
}
+ */
+ /*
@Override
protected void onResume() {
super.onResume();
Log.d(TAG, "onresume");
}
+ */
@Override
protected void onStop() {