android application fixed + web client android implementation

This commit is contained in:
Vladimir Enchev
2014-03-20 16:17:49 +02:00
parent aeadb82cb2
commit bbd8fd92ea
4 changed files with 51 additions and 7 deletions

View File

@@ -124,6 +124,7 @@ export module tk {
constructor(nativeApp: any) {
this.nativeApp = nativeApp;
this.packageName = nativeApp.getPackageName();
this.context = nativeApp.getApplicationContext();
}
public init() {