-
适配android 11 和android 10发现 StatsLogReport有调用 TelephonyManager.getDeviceId(),app直接崩溃
-
This library references play-services-mlkit-barcode-scanning, and then references firebase, but I don't know why firebase has been reading sim card information in the background, resulting in the fail…
-
Hi, there, I've found a version check is missing in version 1.1.12, which is downloaded from [F-Droid](https://f-droid.org/packages/org.fitchfamily.android.dejavu/).
### Issue Description
The API…
-
https://developer.android.google.cn/reference/android/telephony/TelephonyManager.html#getDeviceId()
if the calling app is targeting API level 29 or higher, then a SecurityException is thrown.
-
```
E/TelephonyManager( 3986): Error calling ITelephony#getDataEnabled
E/TelephonyManager( 3986): java.lang.NullPointerException: Attempt to invoke interface method 'boolean com.android.internal.telep…
-
As per #16 the user claims that you could use TelephonyManager API instead to read cell towers. If this works I think it could be a better solution since it wouldn't require location access. At least …
vubma updated
3 years ago
-
Sentry events currently show Connection Type, but only with values `wifi`, `ethernet`, `cellular`, or `null`. https://github.com/getsentry/sentry-java/blob/5b8a9a6b2d40e03d1e5d0a38237db370c0f6cfd0/sen…
-
Mmi Code
TelephonyManager telephonyManager = (TelephonyManager)
this.getSystemService(Context.TELEPHONY_SERVICE);
telephonyManager.listen(phoneListener, PhoneStateListener.LISTEN_…
-
java.lang.IllegalStateException: Pid 19445 has exceeded the number of permissible registered listeners. Ignoring request to add.
at android.os.Parcel.createExceptionOrNull(Parcel.java:2384)
at and…
-
# Bug
**Bug description**
Tainted data does not flow through a reflected class when reflectedmethod.invoke(Object, Object) is executed.
```java
protected void onCreate(Bundle savedInstanceState) …