0
I have an Activity and I want it running at 2°; plan, permanent time, I know it will waste Cellular battery but I need help . The code I have to implement is a webView this :
new CountDownTimer(RESTART_TIME, 1000) {
public void onTick(long millisUntilFinished) {}
public void onFinish() {
recreate();
}
}.start();
Anyone can help ?
This ta with different information .
– renan silva das neves
Amtes I was looking for execution from time to time now I want only 2°plan.
– renan silva das neves