-
Project kastri.apk raised exception class EJNI with message 'Java type JDWUssdResponseCallback could not be found'.
--
i rename package demo to this:
com.delphiworlds.kastri
according to the java …
-
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…
-
适配android 11 和android 10发现 StatsLogReport有调用 TelephonyManager.getDeviceId(),app直接崩溃
-
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
-
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) …