Feature #901
openConsider displaying APN information
0%
Description
https://developer.android.com/reference/android/telephony/data/ApnSetting
This comes from https://developer.android.com/reference/android/telephony/PreciseDataConnectionState, which can be acquired from https://developer.android.com/reference/android/telephony/PhoneStateListener#onPreciseDataConnectionStateChanged(android.telephony.PreciseDataConnectionState).
Updated by Soren Stoutner about 2 years ago
Some of the information looks interesting.
https://developer.android.com/reference/android/net/LinkProperties
But, unfortunately, just like with https://redmine.stoutner.com/issues/892, this is all currently locked behind Manifest.permission.READ_PRECISE_PHONE_STATE, which is a privileged permission, which means Privacy Cell cannot get access to the information.
Updated by Soren Stoutner about 1 year ago
READ_PRECISE_PHONE_STATE is still inaccessible in API 34 (Android 14).
https://developer.android.com/reference/android/Manifest.permission#READ_PRECISE_PHONE_STATE
Updated by Soren Stoutner about 1 year ago
- Priority changed from Next Release to 1.x