-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The application requires the user to grant permission to "Install apps from unknown sources" immediately upon launch. Without granting this specific permission, the user is blocked from accessing the application.
Steps to reproduce:
Clean install or open the app.
The app requests permission for Notifications (Acceptable).
The app requests permission to "Install/Update from unknown sources" (Request Install Packages).
Deny the update permission.
Current Behavior
The app prevents using the interface until the permission is granted.
Expected Behavior
The permission to self-update (install from unknown sources) should be optional.
Denying this permission should not block the user from logging in or using the core features (e.g., checking the schedule/pills). Critical permissions like Notifications are understandable, but blocking the interface due to a lack of update permissions creates a security concern and bad UX.