camera handle for arabic language

This commit is contained in:
Gagan290
2017-02-28 16:57:48 +05:30
parent ba56425b8e
commit 75c168c5a8
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();