usk_all_kpi_done
This commit is contained in:
@@ -21,24 +21,27 @@ android {
|
|||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
|
|
||||||
//For Egypt
|
//For Egypt
|
||||||
versionCode 28
|
/* versionCode 28
|
||||||
versionName "4.0"
|
versionName "4.0"*/
|
||||||
|
|
||||||
//For UAE
|
//For UAE
|
||||||
/*versionCode 24
|
/* versionCode 24
|
||||||
versionName "3.6"*/
|
versionName "3.6"*/
|
||||||
|
|
||||||
|
|
||||||
//For Turkey
|
//For Turkey
|
||||||
/* versionCode 23
|
/* versionCode 23
|
||||||
versionName "3.5"*/
|
versionName "3.5"*/
|
||||||
|
|
||||||
//For KSA
|
//For KSA
|
||||||
/*versionCode 25
|
versionCode 26
|
||||||
versionName "3.7"*/
|
versionName "3.8"
|
||||||
|
|
||||||
//For SA
|
//For SA
|
||||||
/* versionCode 26
|
/*versionCode 26
|
||||||
versionName "3.7"*/
|
versionName "3.7"*/
|
||||||
|
/* versionCode 22
|
||||||
|
versionName "3.4"*/
|
||||||
|
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ import cpm.com.gskmtorange.xmlGetterSetter.TableBean;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
public class GSKOrangeDB extends SQLiteOpenHelper {
|
public class GSKOrangeDB extends SQLiteOpenHelper {
|
||||||
public static final String DATABASE_NAME = "GSK_ORANGE_DB63";
|
public static final String DATABASE_NAME = "GSK_ORANGE_DB64";
|
||||||
public static final int DATABASE_VERSION = 15;
|
public static final int DATABASE_VERSION = 15;
|
||||||
TableBean tableBean;
|
TableBean tableBean;
|
||||||
private SQLiteDatabase db;
|
private SQLiteDatabase db;
|
||||||
|
|||||||
@@ -196,6 +196,21 @@ public class LoginActivity extends AppCompatActivity implements GoogleApiClient.
|
|||||||
// museridView.setText("egypt.1");
|
// museridView.setText("egypt.1");
|
||||||
// museridView.setText("DSR_Alex_61");
|
// museridView.setText("DSR_Alex_61");
|
||||||
// mPasswordView.setText("cpm123");
|
// mPasswordView.setText("cpm123");
|
||||||
|
|
||||||
|
/* museridView.setText("mini_ka_84_1");
|
||||||
|
mPasswordView.setText("cpm123");*/
|
||||||
|
|
||||||
|
//UAE
|
||||||
|
/*museridView.setText("nazeer.k");
|
||||||
|
mPasswordView.setText("cpm@123");*/
|
||||||
|
|
||||||
|
//KSA
|
||||||
|
/* museridView.setText("mohamed.o");
|
||||||
|
mPasswordView.setText("cpm@123");*/
|
||||||
|
|
||||||
|
|
||||||
|
/* museridView.setText("belinda.l");
|
||||||
|
mPasswordView.setText("cpm123");*/
|
||||||
mPasswordView.setOnEditorActionListener(new TextView.OnEditorActionListener() {
|
mPasswordView.setOnEditorActionListener(new TextView.OnEditorActionListener() {
|
||||||
@Override
|
@Override
|
||||||
public boolean onEditorAction(TextView textView, int id, KeyEvent keyEvent) {
|
public boolean onEditorAction(TextView textView, int id, KeyEvent keyEvent) {
|
||||||
|
|||||||
Reference in New Issue
Block a user