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
1,155 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.
0 votes
The root cause has been identified. The bank app was mistakenly detected as being present. However, they need additional time to repair it because many other apps that use the same RASP solution as the ICICI app are also affected, and they need time for consumers to upgrade their bank apps.
answered Nov 10, 2022 by Edureka
• 13,620 points

edited Mar 5

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
775 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
2,326 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
4,719 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,695 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,350 points
3,948 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,020 points
2,596 views
0 votes
1 answer

Is there a way to run Python on Android?

YES! here’s a barcode scanner written in six ...READ MORE

answered Sep 19, 2018 in Python by Priyaj
• 58,020 points
1,129 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,640 points
1,008 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