Exemplo n.º 1
0
 void signapk_SignapkExited(object sender, SignapkExitedEventArgs e)
 {
     if (e.ExitCode == 0)
     {
         ToLog(ApktoolEventType.Information, String.Format("Signing successfully completed. File saved to \"{0}\".", e.OutFilePath));
     }
     Done();
 }
Exemplo n.º 2
0
 void signapk_SignapkExited(object sender, SignapkExitedEventArgs e)
 {
     if (e.ExitCode == 0)
     {
         ToLog(ApktoolEventType.Information, String.Format("Signing successfully completed. File saved to \"{0}\".", e.OutFilePath));
     }
     Done();
 }