287d91181f70c990e1d961eedf13676f2451a169
This will allow apps to launch the deletion helper when they need to have space freed up. To launch the activity using an intent, you can set it as follows: Intent intent = new Intent(Settings.ACTION_DELETION_HELPER_SETTINGS); startActivity(intent); This intent should bring up the Deletion Helper. Bug: 28675265 Change-Id: I781615ccad4ca1fcae97817ecb823e5dcad67b5b
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%