* removed JS backstack (not needed anymore)
* removed JSInterface exit method
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user