[Solved] What is the probleme please ? [duplicate]

[ad_1]

This not a integer value its a string so compare it like as
Use the below function in your condition:

 if(!(CK.equals(uid))){
                    Intent intent = new Intent(LoginActivity.this,
                            MainActivity.class);
                    startActivity(intent);
                    finish();

                } 

0

[ad_2]

solved What is the probleme please ? [duplicate]