Actions
Feature #901
openConsider displaying APN information
Start date:
09/08/2022
Due date:
% Done:
0%
Estimated time:
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 1 year 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.
Actions