Bug Report
Context
- Device: All
- Carrier Privileges (Y/N): Undefined
- Android Version: All
- App Version: 0.3
- Git Hash: Undefined
Description
When two SIM cards are inserted, one with Carrier Privileges (CP) and one without, the app incorrectly acquires CP.
How to Reproduce
- Insert two SIM cards: one with CP and one without.
- Ensure the SIM card without CP is active and the other one is deactivated.
Expected Behavior
- The app should not acquire CP.
Actual Behavior
- The app still acquires CP.
Additional Context
This issue causes crashes (SecurityException) because the CP check returns true, leading the app to attempt accessing information restricted to CP.
Possible Fix
no clue
Bug Report
Context
Description
When two SIM cards are inserted, one with Carrier Privileges (CP) and one without, the app incorrectly acquires CP.
How to Reproduce
Expected Behavior
Actual Behavior
Additional Context
This issue causes crashes (SecurityException) because the CP check returns true, leading the app to attempt accessing information restricted to CP.
Possible Fix
no clue