MountService: Add new Settings for UMS prompting and notification behavior

Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
San Mehat
2010-01-07 22:40:27 -08:00
parent 87734d3bc1
commit 1f6301e1ff
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();
}