version:4.5
fix: update:增加远程获取sn接口
This commit is contained in:
15
app/src/main/aidl/com/aoleyun/sn/SystemInfoInterface.aidl
Normal file
15
app/src/main/aidl/com/aoleyun/sn/SystemInfoInterface.aidl
Normal file
@@ -0,0 +1,15 @@
|
||||
// SystemInfoInterface.aidl
|
||||
package com.aoleyun.sn;
|
||||
|
||||
// Declare any non-default types here with import statements
|
||||
|
||||
interface SystemInfoInterface {
|
||||
/**
|
||||
* 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 getSerial();
|
||||
}
|
||||
Reference in New Issue
Block a user