version:1.0
update:2021-10-13 18:52:13 fix:去除okgo,rxAndroid1,优化依赖 add:切换到奥乐云平台
This commit is contained in:
14
app/src/main/aidl/com/aoleyun/sn/IGetLicenseInterface.aidl
Normal file
14
app/src/main/aidl/com/aoleyun/sn/IGetLicenseInterface.aidl
Normal file
@@ -0,0 +1,14 @@
|
||||
// IGetLicenseInterface.aidl
|
||||
package com.aoleyun.sn;
|
||||
|
||||
// Declare any non-default types here with import statements
|
||||
|
||||
interface IGetLicenseInterface {
|
||||
/**
|
||||
* 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);
|
||||
String getLicense();
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
// KeepAliveConnection.aidl
|
||||
package com.aoleyun.sn;
|
||||
|
||||
// Declare any non-default types here with import statements
|
||||
|
||||
interface KeepAliveConnection {
|
||||
}
|
||||
Reference in New Issue
Block a user