1.0.7 主页优化,加入心跳

This commit is contained in:
2023-10-30 09:41:18 +08:00
parent d218c7edea
commit 8513b3fa6a
72 changed files with 2805 additions and 304 deletions

View 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);
}