获取app源码

时间:2026年06月21日 19:07:34

Android获取当前运行的App进程 - 简书

if (Build.VERSION.SDK_INT = Build.VERSION_CODES.LOLLIPOP) { UsageStatsManager m = (UsageStatsManager) context.getSystemService(Context.USAGE_STATS_SERVICE); if (m != null) { long n...www.jianshu.com