public class GetAppsInfo { private PackageManager packageManager; private int mIconDpi; private List<AppInfo> appInfos = new ArrayList&...
private fun isAccessibilityEnabled(id: String): Boolean { val am = getSystemService(ACCESSIBILITY_SERVICE) as AccessibilityManager v...
var a="正常用法%s"println(String.format(a,"ssss"))var a="带%%的用法%s"println(String.format(a,"ssss"))var a="另%1\...
public static final String path="/sdcard/mokeelog"; public static String saveLog() throws IOException { String filePath=path; ...
private List<ResolveInfo> getMainActivitys(PackageManager pm,String packageName){Intent infoIntent = new Intent();infoIntent.addCategory("androi...
/** * 字母转换数字 * @param phoneNumber * @return */ public static String normalizeNumber(String phoneNumber) { StringBuilder sb =...
PackageManager pm=getPackageManager();Intent intent=new Intent(Intent.ACTION_MAIN);intent.addCategory(Intent.CATEGORY_LAUNCHER);List<ResolveInfo>...
/** * */package com.asksven.android.common.utils;import java.io.FileOutputStream;import java.io.IOException;import java.io.InputStream;import java.io...
import android.app.Activity;import android.content.Context;import android.util.DisplayMetrics; /** * 像素转换类 */public class PixelFormat { /** ...
public boolean isTopActivy(String cmdName){ ActivityManager manager = (ActivityManager) getSystemService(ACTIVITY_SERVICE); List<Ru...