* removed JS backstack (not needed anymore)

* removed JSInterface exit method
This commit is contained in:
Philipp Schaefer
2013-05-25 12:24:59 +02:00
parent 0a97d6a5e4
commit 6e6249f903
2 changed files with 0 additions and 28 deletions

View File

@ -64,13 +64,6 @@ public class IITC_JSInterface {
.show();
}
// exit IITC Mobile
@JavascriptInterface
public void exitIITC() {
Log.d("iitcm","no back stack...finishing iitc");
((IITC_Mobile) context).finish();
}
// get layers and list them in a dialog
@JavascriptInterface
public void setLayers(String base_layer, String overlay_layer) {