Skip to content

Commit

Permalink
Cleanup duplicates in AndroidManifest and copy and paste in plugins v…
Browse files Browse the repository at this point in the history
…ariable
  • Loading branch information
RaceTheMaSe committed Oct 12, 2023
1 parent 9751a94 commit 759c443
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions OsmAnd/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1165,11 +1165,6 @@
<category android:name="androidx.car.app.category.NAVIGATION"/>
</intent-filter>
</service>

<receiver android:name="net.osmand.plus.notifications.NotificationDismissReceiver" />

<receiver android:name="net.osmand.plus.liveupdates.LiveUpdatesAlarmReceiver"/>

</application>

</manifest>
2 changes: 1 addition & 1 deletion plugins/Osmand-Nautical/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<string name="shared_string_yes">Yes</string>
<string name="osmand_app_not_found">OsmAnd is not installed</string>
<string name="app_name">OsmAnd Nautical</string>
<string name="parking_plugin_installed">OsmAnd Nautical Plugin is installed and enabled in OsmAnd settings.</string>
<string name="nautical_plugin_installed">OsmAnd Nautical Plugin is installed and enabled in OsmAnd settings.</string>
</resources>
2 changes: 1 addition & 1 deletion plugins/Osmand-SRTMPlugin/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<string name="osmand_app_not_found">OsmAnd is not installed</string>
<string name="app_name">OsmAnd Contour lines</string>
<string name="app_label">OsmAnd Contour lines</string>
<string name="parking_plugin_installed">OsmAnd Contour Lines Plugin is installed and enabled in OsmAnd settings.</string>
<string name="srtm_plugin_installed">OsmAnd Contour Lines Plugin is installed and enabled in OsmAnd settings.</string>
</resources>
2 changes: 1 addition & 1 deletion plugins/Osmand-Skimaps/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<string name="shared_string_yes">Yes</string>
<string name="osmand_app_not_found">OsmAnd is not installed</string>
<string name="app_name">OsmAnd Ski Maps</string>
<string name="parking_plugin_installed">OsmAnd Ski Maps Plugin is installed and enabled in OsmAnd settings.</string>
<string name="skimaps_plugin_installed">OsmAnd Ski Maps Plugin is installed and enabled in OsmAnd settings.</string>
</resources>

0 comments on commit 759c443

Please sign in to comment.