code cleanup
This commit is contained in:
parent
0abb0334ae
commit
91c6fe4744
1 changed files with 0 additions and 8 deletions
|
@ -66,14 +66,6 @@ public abstract class AbstractGenerator {
|
|||
return this.mVersion;
|
||||
}
|
||||
|
||||
protected String getIdentityVersionOs() {
|
||||
if (mVersionOs == null) {
|
||||
this.mVersionOs = "Android/" + android.os.Build.MODEL
|
||||
+ "/" + android.os.Build.VERSION.RELEASE;
|
||||
}
|
||||
return this.mVersionOs;
|
||||
}
|
||||
|
||||
public String getIdentityName() {
|
||||
return mXmppConnectionService.getString(R.string.app_name) + " " + getIdentityVersion();
|
||||
}
|
||||
|
|
Reference in a new issue