Uploaded image for project: 'Moodle app'
  1. Moodle app
  2. MOBILE-4501

Remove unnecessary permissions declaration (iOS and Android) added by cordova-diagnostic-plugin

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Major Major
    • 4.4.0
    • DEV backlog
    • Android, iOS
    • Hide

      To be tested by a developer
      A developer needs to check that in the compiled projects for Android and iOS there are not references to the unnecessary permissions anymore

      Show
      To be tested by a developer A developer needs to check that in the compiled projects for Android and iOS there are not references to the unnecessary permissions anymore
    • MOODLE_404_STABLE
    • Moodle Apps - 2024 i1.1, Moodle Apps - 2024 i1.2

      The following permissions declaration are not necessary (the app won't use them):

      iOS
      <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
      <string>This app requires constant access to your location in order to track your position, even when the screen is off or the app is in the background.</string>
      <key>NSBluetoothPeripheralUsageDescription</key>
      <string>This app requires Bluetooth access to function properly.</string>
      <key>NSBluetoothAlwaysUsageDescription</key>
      <string>This app requires constant Bluetooth access to function properly.</string>
      <key>NSContactsUsageDescription</key>
      <string>This app requires contacts access to function properly.</string>
      <key>NSCalendarsUsageDescription</key>
      <string>This app requires calendar access to function properly.</string>
      <key>NSRemindersUsageDescription</key>
      <string>This app requires reminders access to function properly.</string>
      <key>NSMotionUsageDescription</key>
      <string>This app requires motion detection access to function properly.</string>

      Android:

      <uses-permission android:name="android.permission.BLUETOOTH" />

            alfonso.salces@moodle.com Alfonso Salces
            jleyva Juan Leyva
            Noel De Martin Noel De Martin
            Dani Palou Dani Palou
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.