Skip to content

Commit

Permalink
Merge branch 'qnga-fix/custom-maps-android11'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Dec 19, 2023
2 parents 00dd9a9 + d707c13 commit ae6e163
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@
android:label="@string/permAddPluginEntriesLabel"
android:protectionLevel="normal" />

<queries>
<intent>
<action android:name="mobi.maptrek.maps.online.provider.action.INITIALIZE" />
</intent>
<intent>
<action android:name="mobi.maptrek.maps.offline.provider.action.INITIALIZE"/>
</intent>
<intent>
<action android:name="mobi.maptrek.plugins.action.INITIALIZE" />
</intent>
</queries>

<application
android:name=".MapTrek"
android:allowBackup="true"
Expand Down Expand Up @@ -249,4 +261,4 @@
</receiver>
</application>

</manifest>
</manifest>

0 comments on commit ae6e163

Please sign in to comment.