android强制更新APK

 Runtime runtime = Runtime.getRuntime();  
         Process proc = runtime.exec("adb install -r /data/ngb/SkinApk.apk"); 
         proc.getInputStream();

你可能感兴趣的:(android强制更新APK)