Files
CubeAoleyunSN/app/src/main/aidl/com/aoleyun/sn/SystemInfoInterface.aidl
tongtongstudio b917401e86 version:
fix:
update:优化app霸屏
2022-06-09 20:38:48 +08:00

19 lines
510 B
Plaintext

// 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();
List<String> getHideIcon();
List<String> getDisableIcon();
String getTopAppPackage();
}