Android why the ICICI iMobile Pay App shows the rooted jailbroken device with my app

0 votes

enter image description here

The ICICI iMobile Pay app displays the aforementioned popup after my app has been installed. Because I was using the "androidx.work:work-runtime:2.7.1" library, I was finally able to identify the root problem. The following service is introduced by that library.

 <service
        android:name="androidx.work.impl.background.systemjob.SystemJobService"
        android:directBootAware="false"
        android:enabled="@bool/enable_system_job_service_default"
        android:exported="true"
        android:permission="android.permission.BIND_JOB_SERVICE"
        tools:targetApi="n" />

enable_system_job_service_default is true if android 6 or higher. If I set the enabled to false, then the ICICI iMobile Pay goes fine.

Why does ICICI iMobile Pay identify this job service as a BIND JOB SERVICE? Is this an ICICI App bug? It really irritates me,

Nov 9, 2022 in Android by Edureka
• 12,690 points
724 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Android

0 votes
0 answers

Trying to integrate google pay to my android app

I'm attempting to add Google Pay functionality ...READ MORE

Nov 16, 2022 in Android by Edureka
• 12,690 points
456 views
0 votes
1 answer

Why is applicationWillTerminate not being called on the first launch of my app?

The applicationWillTerminate method is called by the ...READ MORE

answered Mar 18, 2023 in Android by vishalini
1,339 views
0 votes
1 answer

How to open the Google Play Store directly from my Android application?

If you want to link to your ...READ MORE

answered Nov 7, 2022 in Android by Edureka
• 12,690 points
3,286 views
0 votes
1 answer

Android backgroud image slow the app

You're mainly noticing the latency because you ...READ MORE

answered Nov 10, 2022 in Android by Edureka
• 12,690 points
1,005 views
0 votes
1 answer

Running docker on Android

According to the documentation, the Android kernel is ...READ MORE

answered Aug 1, 2018 in Docker by Kalgi
• 52,360 points
3,393 views
0 votes
1 answer

Task Canceled Exception while invoking AWS Lambda

I'm guessing either the TaskCanceledException instance is ...READ MORE

answered Sep 19, 2018 in AWS by Priyaj
• 58,090 points
2,185 views
0 votes
1 answer

Is there a way to run Python on Android?

YES! An example via Matt Cutts via SL4A -- "here’s ...READ MORE

answered Sep 19, 2018 in Python by Priyaj
• 58,090 points
830 views
0 votes
1 answer

How can we get the current location in Android?

First you need to define a LocationListener to handle ...READ MORE

answered Sep 25, 2018 in Java by Parth
• 4,630 points
746 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP