Open mianaliasjad opened 1 year ago
I am seeing some crashes on crashlytics.
On Huawei devices:
Fatal Exception: java.lang.SecurityException: Permission Denial: starting Intent { flg=0x10000000 cmp=com.huawei.systemmanager/.startupmgr.ui.StartupNormalAppListActivity } from ProcessRecord{6d7c25 11677:com.abc/u0a756} (pid=11677, uid=10756) requires com.huawei.permission.external_app_settings.USE_COMPONENT
So the intent that is opened inside this method should be called using try catch.
Will there be some solution for this problem?
I am seeing some crashes on crashlytics.
On Huawei devices:
Fatal Exception: java.lang.SecurityException: Permission Denial: starting Intent { flg=0x10000000 cmp=com.huawei.systemmanager/.startupmgr.ui.StartupNormalAppListActivity } from ProcessRecord{6d7c25 11677:com.abc/u0a756} (pid=11677, uid=10756) requires com.huawei.permission.external_app_settings.USE_COMPONENT
So the intent that is opened inside this method should be called using try catch.