|
@@ -20,7 +20,13 @@ import android.view.View;
|
|
import android.view.WindowManager;
|
|
import android.view.WindowManager;
|
|
import android.widget.Toast;
|
|
import android.widget.Toast;
|
|
import me.yoqi.screenfilter.service.FilterService;
|
|
import me.yoqi.screenfilter.service.FilterService;
|
|
|
|
+import me.yoqi.screenfilter.ui.SettingsActivity;
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * 指定透明顶置
|
|
|
|
+ * @author liuyuqi
|
|
|
|
+ *
|
|
|
|
+ */
|
|
public class ScreenFilterActivity extends Activity {
|
|
public class ScreenFilterActivity extends Activity {
|
|
|
|
|
|
public static final String ACTION_FILTER_TOGGLED = "me.yoqi.ScreenFilterActivity.ACTION_FILTER_TOGGLED";
|
|
public static final String ACTION_FILTER_TOGGLED = "me.yoqi.ScreenFilterActivity.ACTION_FILTER_TOGGLED";
|
|
@@ -81,7 +87,7 @@ public class ScreenFilterActivity extends Activity {
|
|
if (directlyInitiated) {
|
|
if (directlyInitiated) {
|
|
|
|
|
|
}
|
|
}
|
|
- localObject1 = new Intent(paramContext, Preferences.class);
|
|
|
|
|
|
+ localObject1 = new Intent(paramContext, SettingsActivity.class);
|
|
}
|
|
}
|
|
return localNotification;
|
|
return localNotification;
|
|
}
|
|
}
|