Im making an android app which uses background services to show price comparisons when a user visits detail page of the respective site i.e flipkart.
There are few apps which are doing this like Fairbuy app which allows users to compare prices of products they view in apps/browsers in sites like amazon, flipkart etc. Even fairbuy needs auto start permission to keep a background service running to detect which product is viewed etc.
Is there a way to bypass Auto Start permission in Mi Devices to keep background services running? Getting a pemission is difficult and its very difficult to tell users why we need this permission.