Merge "MountService: Add new Settings for UMS prompting and notification behavior"

This commit is contained in:
San Mehat
2010-01-08 15:05:57 -08:00
committed by Android (Google) Code Review
2 changed files with 130 additions and 64 deletions

View File

@@ -64,18 +64,6 @@ interface IMountService
*/
void setPlayNotificationSounds(boolean value);
/**
* Returns true if USB Mass Storage is automatically started
* when a UMS host is detected.
*/
boolean getAutoStartUms();
/**
* Sets whether or not USB Mass Storage is automatically started
* when a UMS host is detected.
*/
void setAutoStartUms(boolean value);
/**
* Gets the state of an volume via it's mountpoint.
*/
@@ -120,5 +108,4 @@ interface IMountService
* all external media.
*/
void shutdown();
}