Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samsung > One UI > background usage limits > investigation... #173

Closed
4 tasks done
mmathieum opened this issue Jul 8, 2023 · 2 comments
Closed
4 tasks done

Samsung > One UI > background usage limits > investigation... #173

mmathieum opened this issue Jul 8, 2023 · 2 comments
Assignees
Milestone

Comments

@mmathieum
Copy link
Member

mmathieum commented Jul 8, 2023

As a Samsung device user I want to have an easier way to fix the disabled module (deep sleeping apps) porblem


Tasks

// Launch the detail activity of background usage limits

Intent intent = new Intent(); 
intent.setAction("com.samsung.android.sm.ACTION_OPEN_CHECKABLE_LISTACTIVITY");
intent.setPackage("com.samsung.android.lool"); 
intent.putExtra("activity_type", 2); // 0 : sleeping apps / 1 : deep sleeping apps / 2 : never sleeping apps
startActivity(intent);

Changes in One UI 6 (with Android 14)
To strengthen the Android platform, our collaboration with Google has resulted in a unified policy that we expect will create a more consistent and reliable user experience for Galaxy users. Since One UI 6.0, foreground services of apps targeting Android 14 will be guaranteed to work as intended so long as they are developed according to Android's new foreground service API policy.

Links:

@mmathieum mmathieum changed the title Samsung One UI background usage limits > investigation... Samsung > One UI > background usage limits > investigation... Jul 8, 2023
@mmathieum mmathieum self-assigned this Sep 3, 2023
@mmathieum
Copy link
Member Author

@mmathieum mmathieum added this to the 2023_09 milestone Sep 3, 2023
@mmathieum
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant