java.lang.SecurityException with SubscriptionManager – But I declared the permissions!..

1 · Paul Blundell · Sept. 23, 2020, 9:23 a.m.
Summary
Oh my! This is one of those times with Android where you just slap your forehead, like what! This is the official documentation for using SubscriptionManager.addOnSubscriptionChangedListener Register for changes to the list of active SubscriptionInfo records or to the individual records themselves. When a change occurs the onSubscriptionsChanged method of the listener will be invoked immediately if […]...