Android 系统级应用守护进程(1)

+import java.io.FileOutputStream;

+import java.io.InputStream;

+import java.io.PrintWriter;

+import java.math.BigInteger;

+import java.security.MessageDigest;

+import java.security.NoSuchAlgorithmException;

+import java.util.Random;

/**

  • Application class for SystemUI.

@@ -42,6 +69,8 @@ public class SystemUIApplication extends Application {

private static final String TAG = “SystemUIService”;

private static final boolean DEBUG = false;

  •   private Context mContext;
    

/**

  • The classes of the stuff to start.

@@ -86,6 +115,8 @@ public class SystemUIApplication extends Application {

// application theme in the manifest does only work for activities. Keep this in sync with

// the theme set there.

setTheme(R.style.systemui_theme);

  •           mContext = getApplicationContext();
    

SystemUIFactory.createFromConfig(this);

@@ -143,6 +174,7 @@ public class SystemUIApplication extends Application {

private static final String SETTING_SYSTEM = “tchip.provider.setting.system”;

private static final String SETTING_SECURE = “tchip.provider.setting.secure”;

pr
ivate static final String SETTING_GLOBAL = “tchip.provider.setting.global”;

  •   private static final String BROADCAST_SCREENSHOT = "rk.android.screenshot.action";
    

private String valueContent = “0”;

private MainReceiver mainReceiver;

@@ -150,6 +182,10 @@ public class SystemUIApplication extends Application {

android.util.Log.i(“AZ”, log);

}

  •   private void LDLog(String log) {
    
  •           android.util.Log.i("LD", log);
    
  •   }
    

public class MainReceiver extends BroadcastReceiver {

@Override

@@ -225,6 +261,18 @@ public class SystemUIApplication extends Application {

intentDown.putExtra(“android.intent.extra.KEY_CONFIRM”, false);

intentDown.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

context.startActivity(intentDown);

  •                   } else if (BROADCAST_SCREENSHOT.equals(action)) {
    
  •                           Intent intentScreenShot = new Intent("android.intent.action.SCREENSHOT");
    
  •                           intentScreenShot.putExtra("path", intentScreenShot.getExtras().getString("path"));
    
  •                           intentScreenShot.putExtra("name", intentScreenShot.getExtras().getString("name"));
    
  •                           context.sendBroadcast(intentScreenShot);
    
  •                   } else if (BROADCAST_TIMETICK.equals(action)) {
    
  •                           //checkLaidianAppAlive();
    
  •                           try{
    
  •                                   mHandler.removeCallbacks(laidianAppR);
    
  •                           }catch(Exception e){
    
  •                           }
    
  •                           mHandler.postDelayed(laidianAppR, 1000);
    

}

}

}

@@ -326,4 +374,82 @@ public class SystemUIApplication extends Application {

public SystemUI[] getServices() {

return mServices;

}

  •   Handler mHandler = new Handler();
    
  •   private int laidianAppCheckTime = 3000;
    
  • Runnable laidianAppR = new Runnable(){

  •           @Override
    
  •           public void run() {
    
  •                  checkAppAlive(pkgName", "clsName");
    
  •                   mHandler.postDelayed(laidianAppR, laidianAppCheckTime);
    
  •           }
    
  • };

  •   private void checkAppAlive(String pkgName, String clsName){
    
  •           long startTime = System.currentTimeMillis();
    
  •           if(!isAppAlive(pkgName)){
    
  •                   LDLog("checkAppAlive.start to start app... ");
    
  •                   try{
    
  •                           ComponentName componentName = new ComponentName(pkgName, clsName);
    
  •            Intent intent = new Intent();
    
  •            intent.setComponent(componentName);
    
  •            intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
    
  •            mContext.startActivity(intent);
    
  •                   }catch(Exception e){
    
  •                   }
    
  •           }else{
    
  •                   LDLog("checkAppAlive.app is running... ");
    
  •           }
    
  •           LDLog("checkAppAlive.used time : " + (System.currentTimeMillis() - startTime));
    
  •   }
    
  •   public boolean isAppAlive(String packageName){
    
  •           //boolean isAlive = false;
    
  •           //String command = "ps | grep " + packageName/* + " | busybox awk '{print $2}'"*/;
    
  •           //String[] result = ExecCmd.getPackagePID(command);
    
  •           //for(String str :result){
    
  •       //  if(!"-1".equals(str)){
    
  •       //          isAlive = true;
    
  •       //  }
    
  •           //}
    
  •           //return isAlive;
    
  •    // 获取正在运行的进程
    
  •    /*ActivityManager activityManager = (ActivityManager) mContext.getSystemService(Context.ACTIVITY_SERVICE);
    
  •    List<RunningAppProcessInfo> appProcesses = activityManager.getRunningAppProcesses();
    
  •    for (RunningAppProcessInfo appProcess : appProcesses) {
    
  •        String[] pkgList = appProcess.pkgList;
    
  •        for (String pckName : pkgList) {
    
  •           if(packageName.equals(pckName)){
    
  •                   return true;
    
  •           }
    
  •        }
    
  •    }*/
    
  •           ActivityManager am = (ActivityManager) mContext.getSystemService(Context.ACTIVITY_SERVICE);
    
  •           List<ActivityManager.RecentTaskInfo> recentTasks = am.getRecentTasks(30, ActivityManager.RECENT_IGNORE_UNAVAILABLE
    
  •                    | ActivityManager.RECENT_INCLUDE_PROFILES);
    
  •           for (ActivityManager.RecentTaskInfo recentInfo : recentTasks){
    
  •        //if (recentInfo.origActivity != null) {
    
  • 24
    点赞
  • 14
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值