Dont start the service when the app is open

pull/21/head
untidylamp 6 years ago committed by GitHub
parent 23a9adc062
commit 6ec3dc5381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@ public class MainActivity extends Activity {
startService();
}
});
startService();
checkPermissions()
}
private void checkPermissions() {

Loading…
Cancel
Save