summaryrefslogtreecommitdiffstats
path: root/emailcommon/src/com/android/emailcommon/service/IEmailService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'emailcommon/src/com/android/emailcommon/service/IEmailService.aidl')
-rw-r--r--emailcommon/src/com/android/emailcommon/service/IEmailService.aidl5
1 files changed, 3 insertions, 2 deletions
diff --git a/emailcommon/src/com/android/emailcommon/service/IEmailService.aidl b/emailcommon/src/com/android/emailcommon/service/IEmailService.aidl
index f2212bbde..a6f49dc6c 100644
--- a/emailcommon/src/com/android/emailcommon/service/IEmailService.aidl
+++ b/emailcommon/src/com/android/emailcommon/service/IEmailService.aidl
@@ -60,6 +60,7 @@ interface IEmailService {
// trigger the service to reload the flags.
oneway void setLogging(int flags);
- // Needs to get moved into Email since this is NOT a client-server command.
- void deleteAccountPIMData(String emailAddress);
+ void deleteExternalAccountPIMData(String emailAddress);
+
+ int getApiVersion();
}