Skip to content

issues Search Results · repo:wenmingvs/AndroidProcess language:Java

Filter by

23 results
 (77 ms)

23 results

inwenmingvs/AndroidProcess (press backspace or delete to remove)

Process: com.wenming.androidprocess, PID: 19784 android.app.RemoteServiceException: Bad notification for startForeground at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2313) at android.os.Handler.dispatchMessage(Handler.java:107) ...
  • panhs
  • Opened 
    on Sep 8, 2021
  • #25

如何在不root的情况下,获取正在运行的所有app,因为android 7.0以后androidprocess库不能用了,现在的我很是苦恼啊?
  • fza3230200
  • Opened 
    on Jun 19, 2019
  • #24

如何在使用方法三的情况下,让栈顶的activity做出弹窗操作?
  • createBean
  • Opened 
    on Dec 12, 2017
  • #21

  • 303540023
  • 1
  • Opened 
    on Aug 11, 2017
  • #20

在5.0中方法2和方法6都可以,但是5.0之后都只会返回自己的进程信息,其他的应用信息不可查看。不知道没有人想出其他解决方案。
  • weixiaokang
  • Opened 
    on Aug 5, 2017
  • #19

方法六:我在一个服务中开线程一直调用getRunningForegroundApps()方法,会导致应用调不起支付宝,这是什么原因呀?
  • taoqx
  • Opened 
    on Jun 3, 2017
  • #18

我这样改了下就好了。 原: /* if (usageStats == null || usageStats.size() == 0) { if (HavaPermissionForTest(context) == false) { Intent intent = new Intent(Settings.ACTION_USAGE_ACCESS_SETTINGS); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); ...
  • Drinkwatermore
  • 3
  • Opened 
    on Feb 3, 2017
  • #17

public static boolean isAppForegroundRunning(final Context context) { ActivityManager activityManager = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE); if (activityManager == ...
  • XiongKe94
  • 1
  • Opened 
    on Dec 1, 2016
  • #16

当客户端运行xposed框架, 采用读取/proc/的方式不适用. 应在README中提醒开发者.
  • qbeenslee
  • Opened 
    on Sep 14, 2016
  • #15
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub