在Android设备上查找课程

时间:2019-06-16 13:34:38

标签: android class path

我的问题是如何找到应用程序或课程的路径。我有以下代码:

Class.forName("com.example.security").getMethod("DeviceIds", ..., ..., ...).invoke(..., ..., ..., ...);

我尝试在“ com.example.security”的帮助下找到该应用程序,但没有成功。代码的来源应用在设备上找到了该类,但我不知道它的存储位置。

PS。:对不起,英语不好。

0 个答案:

没有答案