Skip to content

Commit

Permalink
chore: add comments for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Amr Hossam <[email protected]>
  • Loading branch information
amrhossamdev authored and aaronbrethorst committed Sep 5, 2024
1 parent da6fb6c commit cab50df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions onebusaway-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
<uses-permission android:name="${applicationId}.permission.TRIP_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />

<!-- Permission request for activity recognition is disabled because the related feature has been turned off.
See issue #1240 for more details: https://github.com/OneBusAway/onebusaway-android/issues/1240-->
<!-- ACTIVITY_RECOGNITION API 28 and lower -->
<!-- <uses-permission android:name="com.google.android.gms.permission.ACTIVITY_RECOGNITION" />-->
<!-- ACTIVITY_RECOGNITION API 29 and higher -->
Expand Down
2 changes: 2 additions & 0 deletions onebusaway-android/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@
android:key="@string/preferences_key_analytics"
android:summary="@string/preferences_analytics_summary"
android:title="@string/preferences_analytics_title" />

<!-- Disabled due to issues related to ticket #1240 ,see: https://github.com/OneBusAway/onebusaway-android/issues/1240-->
<!-- <CheckBoxPreference-->
<!-- android:defaultValue="false"-->
<!-- android:key="@string/preferences_key_travel_behavior"-->
Expand Down

0 comments on commit cab50df

Please sign in to comment.