Use android studio add aidl file.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// ISOSServiceInterface.aidl
|
||||
package cc.winboll.studio.libappbase;
|
||||
|
||||
// Declare any non-default types here with import statements
|
||||
|
||||
interface ISOSServiceInterface {
|
||||
/**
|
||||
* Demonstrates some basic types that you can use as parameters
|
||||
* and return values in AIDL.
|
||||
*/
|
||||
void basicTypes(int anInt, long aLong, boolean aBoolean, float aFloat,
|
||||
double aDouble, String aString);
|
||||
}
|
||||
@@ -2,4 +2,4 @@
|
||||
package cc.winboll.studio.libappbase;
|
||||
interface ISOSService {
|
||||
String getMessage();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user