Tiefkuehlpizze / oandbackupx

backup manager for android
GNU Affero General Public License v3.0
5 stars 0 forks source link

killPackage -> pre/postPackage (but do nothing) #14

Closed hg42 closed 4 years ago

hg42 commented 4 years ago

change to generalize package actions before and after processing.

This is necessary for several operations like using sigstop before backup and sigcont after backup. It doesn't hurt to have both, even if one may be empty.

Note: this version also disables killing of apps as discussed. There are several reasons to not kill them:

Anyways, all tested variants are in the patch, you can simply enable the line with "kill -TERM" if you insist on the previous behavior.

hg42 commented 4 years ago

obsoleted