Merge "MountService: Add new Settings for UMS prompting and notification behavior"
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user