1.0.7 主页优化,加入心跳
This commit is contained in:
13
app/src/main/aidl/com/uiuipad/sn/KeepAliveConnection.aidl
Normal file
13
app/src/main/aidl/com/uiuipad/sn/KeepAliveConnection.aidl
Normal file
@@ -0,0 +1,13 @@
|
||||
// KeepAliveConnection.aidl
|
||||
package com.uiuipad.sn;
|
||||
|
||||
// Declare any non-default types here with import statements
|
||||
|
||||
interface KeepAliveConnection {
|
||||
/**
|
||||
* 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);
|
||||
}
|
||||
Reference in New Issue
Block a user