IMyAidlInterface.aidl
304 Bytes
// IMyAidlInterface.aidl
package com.secure.clean.ali.service;
// Declare any non-default types here with import statements
interface IMyAidlInterface {
/**
* Demonstrates some basic types that you can use as parameters
* and return values in AIDL.
*/
String getServiceName();
}