Skip to content

[Bug] Permission screen is obsolete and overlaps with system permissions #20

@Deivisan

Description

@Deivisan

Description

The current permission handling in the app is outdated. On Android 8+, the system handles permissions at runtime, but the app still shows a custom permission screen that overlaps with system dialogs.

Steps to Reproduce

  1. Open the app
  2. Trigger permission request
  3. Observe overlapping dialogs (app permission + system permission)

Expected Behavior

  • App should rely on Android's native runtime permissions
  • Remove custom permission overlay
  • Request permissions at the moment they are needed

Proposed Solution

  1. Remove custom permission screen
  2. Use Android's standard runtime permission requests
  3. Add permission rationale dialogs if needed

Additional Context

  • Future: Need robust sensor permissions (location, temperature, all sensors)
  • Priority: High

Labels

  • bug
  • permissions
  • priority:high

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions