Files
Lawnchair/src/com/android/launcher3/ToggleWeightWatcher.java
T
Adam Cohen 39a0604255 Adding switch to toggle Memory Overlay
-> The overlay causes performance regressions so it's hard to evaluate
   performance with it on.
-> Also, the WeightWatcher is still running regardless, so you can
   always check it
-> Saved as a shared pref

Change-Id: Iad5ccbeca2c2b4e0ec86294879f3eb09caa594e9
2013-07-19 14:32:09 -07:00

8 lines
117 B
Java

package com.android.launcher3;
import android.app.Activity;
public class ToggleWeightWatcher extends Activity {
}