[android-developers] Re: Got the Pairing Consent on non Android.Thing device (Mobile Phone)

2021-01-12 Thread Denis Kotov
Also I wondering why I get Pairing Consent status on Android Mobile Phone ?? Seems like Pairing Consent should be provided on Android,Things device ... Am I right ? On Monday, January 4, 2021 at 6:58:07 PM UTC+2 Denis Kotov wrote: > Here StackTrace fro the er

[android-developers] Re: Got the Pairing Consent on non Android.Thing device (Mobile Phone)

2021-01-04 Thread Denis Kotov
) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:524) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:987) ``` On Monday, January 4, 2021 at 6:55:09 PM UTC+2 Denis Kotov wrote: > For crash

[android-developers] Re: Got the Pairing Consent on non Android.Thing device (Mobile Phone)

2021-01-04 Thread Denis Kotov
PM UTC+2 Denis Kotov wrote: > > Hi all, > > By some reason I got in my Android Application `*extraPairingVariant*` = > `3` that is relate to `PairingVariantConsent` ... > > But I did not understand why because code is run on Phone device > Android Device: HUAWEI P10

[android-developers] Got the Pairing Consent on non Android.Thing device (Mobile Phone)

2021-01-04 Thread Denis Kotov
Hi all, By some reason I got in my Android Application `*extraPairingVariant*` = `3` that is relate to `PairingVariantConsent` ... But I did not understand why because code is run on Phone device Android Device: HUAWEI P10 Plus My code looks pretty similar to this

[android-developers] Didn't find class android.app.job.JobServiceEngine

2018-03-02 Thread Denis Kotov
Hello everyone !! I have face with the following issue: Caused by: java.lang.ClassNotFoundException: Didn't find class "android.app.job.JobServiceEngine" By some reason when I test on *Huawei P10* (*Android 7*) happens this issue. I use *ProGuard* in my project, maybe it is somehow related to