mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-30 19:26:52 +00:00
Location Map Viewer: Fix displaying HTML
We don't parse HTML entities here
This commit is contained in:
parent
869d1bf370
commit
da2afaab4d
1 changed files with 2 additions and 2 deletions
|
|
@ -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