mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
package com.bintianqi.owndroid;
|
|
|
|
interface IUserService {
|
|
void destroy() = 16777114;
|
|
String execute(String command) = 1;
|
|
String getUid() = 2;
|
|
}
|