Location Map Viewer: Fix displaying HTML
We don't parse HTML entities here
This commit is contained in:
parent
869d1bf370
commit
da2afaab4d
|
@ -15,8 +15,8 @@ geodata has been downloaded and cached.
|
|||
|
||||
Other Android apps can use LocationMapViewer through an
|
||||
[https://github.com/k3b/LocationMapViewer/blob/HEAD/geoIntentDemo/src/main/java/de/k3b/android/locationMapViewer/demo/GeoIntentDemoActivity.java
|
||||
Intent interface] or through html links like [geo:0,0?q=53.0,8.0(Hello)] (<a
|
||||
href="geo:0,0?q=53.0,8.0(Hello)">geo:0,0?q=53.0,8.0(Hello)</a>)
|
||||
Intent interface] or through html links like [geo:0,0?q=53.0,8.0(Hello)] (<a
|
||||
href="geo:0,0?q=53.0,8.0(Hello)">geo:0,0?q=53.0,8.0(Hello)</a>)
|
||||
|
||||
Required Android Permissions:
|
||||
|
||||
|
|
Loading…
Reference in a new issue