Git Product home page Git Product logo

xinstaller's Introduction

Dowmload module:

Translations

APIs:

  • Package name = "package"
  • Flags = "flags"
  • APK file = "file"
  • Task ID = "task"

xinstaller.intent.action.DISABLE_SIGNATURE_CHECK

  • disable signature check

xinstaller.intent.action.ENABLE_SIGNATURE_CHECK

  • enable signature check

xinstaller.intent.action.DISABLE_PERMISSION_CHECK

  • disable permission check

xinstaller.intent.action.ENABLE_PERMISSION_CHECK

  • enable permission check

xinstaller.intent.action.CLEAR_APP_DATA

  • clear app data
  • Parameters: package name (string)

xinstaller.intent.action.CLEAR_APP_CACHE

  • clear app cache
  • Parameters: package name (string)

xinstaller.intent.action.FORCE_STOP_PACKAGE

  • force stop package
  • Parameters: package name (string)

xinstaller.intent.action.INSTALL_PACKAGE

  • install package
  • Parameters: APK file (string), flags (integer; optional)
  • Flags: INSTALL_FORWARD_LOCK (0x00000001), INSTALL_REPLACE_EXISTING (0x00000002), INSTALL_ALLOW_TEST (0x00000004), INSTALL_EXTERNAL (0x00000008), INSTALL_INTERNAL (0x00000010), INSTALL_FROM_ADB (0x00000020), INSTALL_ALL_USERS (0x00000040), INSTALL_ALLOW_DOWNGRADE (0x00000080);

xinstaller.intent.action.DELETE_PACKAGE

  • delete package
  • Parameters: package name (string), flags (integer; optional)
  • Flags: DELETE_KEEP_DATA (0x00000001), DELETE_ALL_USERS (0x00000002), DELETE_SYSTEM_APP (0x00000004)

xinstaller.intent.action.MOVE_PACKAGE

  • move package
  • Parameters: package name (string), flags (integer)
  • Flags: MOVE_INTERNAL (0x00000001), MOVE_EXTERNAL_MEDIA (0x00000002)

xinstaller.intent.action.RUN_XINSTALLER

  • run XInstaller

xinstaller.intent.action.REMOVE_TASK

  • remove task
  • Parameters: task ID (integer)

xinstaller's People

Contributors

pylersm avatar gromozavrstas avatar wedydq10 avatar sikatsu avatar silentexception avatar sweetlilmre avatar droidplus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.