Android App high cpu-usage
问题 I am programming a app that has to do a operation with high cpu usage on a longer time the operation is startet like a service but the android system kills the app because of the high cpu usage so what can I do to reduce the cpu usage ? and make the system not to stop my service ? service : import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import android.app.Service; import android.content.ContentResolver; import android.content.Intent; import android.database