minsdkversion23
This commit is contained in:
@@ -502,7 +502,7 @@ public class CounterLoginActivity extends AppCompatActivity implements View.OnCl
|
||||
try {
|
||||
PackageInfo pInfo = context.getPackageManager().getPackageInfo(getPackageName(), 0);
|
||||
String version = pInfo.versionName;
|
||||
versioncode_txt.setText("Version : " + version);
|
||||
versioncode_txt.setText("Version : " + version +"-T");
|
||||
} catch (PackageManager.NameNotFoundException e) {
|
||||
e.fillInStackTrace();
|
||||
versioncode_txt.setText("Version : 0.0");
|
||||
|
||||
@@ -2021,7 +2021,6 @@ public class Lorealba_Database extends SQLiteOpenHelper {
|
||||
throw new Exception();
|
||||
}
|
||||
}
|
||||
|
||||
if (isTStockTotalLine(date, counterId, "T_StockSummary") != data.size()) {
|
||||
delete_table_data("T_StockSummary");
|
||||
throw new Exception();
|
||||
|
||||
@@ -818,7 +818,7 @@ public class DealarBoardActivity extends AppCompatActivity implements Navigation
|
||||
try {
|
||||
PackageInfo pInfo = context.getPackageManager().getPackageInfo(getPackageName(), 0);
|
||||
String version = pInfo.versionName;
|
||||
version_code.setText("Version : " + version);
|
||||
version_code.setText("Version : " + version +"-T");
|
||||
} catch (PackageManager.NameNotFoundException e) {
|
||||
e.fillInStackTrace();
|
||||
version_code.setText("Version : 0.0");
|
||||
|
||||
@@ -166,7 +166,7 @@ public class IMEILoginActivity extends AppCompatActivity implements GoogleApiCli
|
||||
try {
|
||||
PackageInfo pInfo = context.getPackageManager().getPackageInfo(getPackageName(), 0);
|
||||
String version = pInfo.versionName;
|
||||
versioncode_txt.setText("Version : " + version);
|
||||
versioncode_txt.setText("Version : " + version +"-T");
|
||||
} catch (PackageManager.NameNotFoundException e) {
|
||||
e.fillInStackTrace();
|
||||
versioncode_txt.setText("Version : 0.0");
|
||||
|
||||
@@ -285,7 +285,7 @@ public class UserLoginActivity extends AppCompatActivity implements View.OnClick
|
||||
try {
|
||||
PackageInfo pInfo = context.getPackageManager().getPackageInfo(getPackageName(), 0);
|
||||
String version = pInfo.versionName;
|
||||
versioncode_txt.setText("Version : " + version);
|
||||
versioncode_txt.setText("Version : " + version +"-T");
|
||||
} catch (PackageManager.NameNotFoundException e) {
|
||||
e.fillInStackTrace();
|
||||
versioncode_txt.setText("Version : 0.0");
|
||||
|
||||
@@ -258,7 +258,7 @@ public class TabLoginActivity extends AppCompatActivity implements View.OnClickL
|
||||
try {
|
||||
PackageInfo pInfo = context.getPackageManager().getPackageInfo(getPackageName(), 0);
|
||||
String version = pInfo.versionName;
|
||||
versioncode_txt.setText("Version : " + version);
|
||||
versioncode_txt.setText("Version : " + version+"-T");
|
||||
} catch (PackageManager.NameNotFoundException e) {
|
||||
e.fillInStackTrace();
|
||||
versioncode_txt.setText("Version : 0.0");
|
||||
|
||||
Reference in New Issue
Block a user