39a0604255
-> 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
8 lines
117 B
Java
8 lines
117 B
Java
package com.android.launcher3;
|
|
|
|
import android.app.Activity;
|
|
|
|
public class ToggleWeightWatcher extends Activity {
|
|
|
|
}
|