Files
FLYSN/app/src/main/aidl/com/uiui/sn/KeepAliveConnection.aidl
tongtongstudio 71e5516ab8 version:1.1
fix:
add:应用使用数据统计
2021-12-25 16:54:44 +08:00

14 lines
388 B
Plaintext

// KeepAliveConnection.aidl
package com.uiui.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);
}