Tomes111
Results
2
issues of
Tomes111
SSH
2
@Rpc(description = "Get Memory Statistics By Type") public float getMemoryStat(@RpcParameter(name = "type") String type) throws InterruptedException { ActivityManager.MemoryInfo mi = new ActivityManager.MemoryInfo(); ActivityManager activityManager = (ActivityManager) getSystemService(ACTIVITY_SERVICE); activityManager.getMemoryInfo(mi); long availableMegs...