~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/build/mobile/sutagent/android/watcher/WatcherService.java

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-05-21 16:09:39 UTC
  • mfrom: (1.3.1) (25.1.1 precise-security)
  • Revision ID: package-import@ubuntu.com-20120521160939-0702473a46xfq3tl
Tags: 1.5~b2+build1-0ubuntu1
New upstream release from the beta channel (CALENDAR_1_5b2_BUILD1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
732
732
 
733
733
        theArgs[0] = "su";
734
734
        theArgs[1] = "-c";
735
 
        theArgs[2] = "pm install " + sApp + ";exit";
 
735
        theArgs[2] = "pm install -r " + sApp + ";exit";
736
736
 
737
737
        try
738
738
            {