Merge pull request #30 from CPM-INDIA-SALES-AND-MARKETING-PVT-LTD/GG_LoginVersionName_DBName_Update

camera handle for arabic language
This commit is contained in:
gagangoel290
2017-02-28 17:45:23 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -61,7 +61,7 @@ import cpm.com.gskmtorange.xmlGetterSetter.TableBean;
*/
public class GSKOrangeDB extends SQLiteOpenHelper {
public static final String DATABASE_NAME = "GSK_ORANGE_DB1";
public static final String DATABASE_NAME = "GSK_ORANGE_DB2";
public static final int DATABASE_VERSION = 13;
TableBean tableBean;
private SQLiteDatabase db;
@@ -127,7 +127,7 @@ public class LoginActivity extends AppCompatActivity {
e.printStackTrace();
}
tv_version.setText("Version/Versiyon - " + app_ver+"T");
tv_version.setText("Version/Versiyon - " + app_ver+"T1");
preferences = PreferenceManager.getDefaultSharedPreferences(this);
editor = preferences.edit();