Home
last modified time | relevance | path

Searched refs:storageIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java125 Intent storageIntent = new Intent(Settings.ACTION_STORAGE_MANAGER_SETTINGS); in onReceive() local
126 storageIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onReceive()
127 context.startActivity(storageIntent); in onReceive()