feat: add location permissions and usage descriptions for bus stop proximity

This commit is contained in:
2026-06-06 19:50:18 +08:00
parent 361d9ccf4e
commit e0ca242e3b
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -38,4 +38,6 @@
<!-- Permissions -->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
</manifest>
+4
View File
@@ -47,5 +47,9 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Bus SG needs your location to find nearby bus stops.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Bus SG needs your location to find nearby bus stops.</string>
</dict>
</plist>