Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions mifosng-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:name=".activity.pathtracking.PathTrackingActivity"
android:label="@string/track_path"
android:screenOrientation="portrait" />

<activity
android:name=".activity.setting.SettingsActivity"
android:label="@string/settings"
Expand All @@ -112,9 +109,7 @@
android:value=".activity.home.HomeActivity" />
</activity>

<service
android:name=".activity.pathtracking.PathTrackingService"
android:exported="false" />


<provider
android:name="androidx.core.content.FileProvider"
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading