示例#1
0
文件: aRDP.java 项目: JesseGu/bVNC
 private void canvasStart() {
   if (selected == null) return;
   MemoryInfo info = Utils.getMemoryInfo(this);
   if (info.lowMemory) System.gc();
   start();
 }