AppKillerManager icon indicating copy to clipboard operation
AppKillerManager copied to clipboard

OnePlus: ChainLaunchAppListActivity not exported Anymore

Open NoHarmDan opened this issue 5 years ago • 0 comments

Hi, just an FYI: the activity to respond to the intent action com.oneplus.security.chainlaunch.view.ChainLaunchAppListActivity is not exported since Android Oreo anymore, meaning you get a false positive that you can adjust that setting, but trying to open the activity fails with a permission denial. I have tried a few other actions listed here (a reddit post), but to no avail.

However, OnePlus does automatically use battery optimization which is something that you could also be concerned with and can be accessed with the intent action found in Settings.ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS.

(Btw, a friendly note, the library dialogs look just awful and are really unusable in real production environments. I'd consider allowing much more customization and actually not using dialogs that contain large images.)

NoHarmDan avatar May 30 '19 13:05 NoHarmDan