Skip to content

Instantly share code, notes, and snippets.

@ataliba
Created March 12, 2014 17:27
Show Gist options
  • Save ataliba/9511880 to your computer and use it in GitHub Desktop.
Save ataliba/9511880 to your computer and use it in GitHub Desktop.
#!/system/bin/sh
sleep 60
PPID=$(pidof com.estrongs.android.safer)
renice -17 $PPID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment