UNPKG

android-app-launch-intent-finder

Version:

Finds launch intents in an Android application APK.

31 lines (16 loc) 1.12 kB
# android-app-launch-intent-finder [![npm version](https://badge.fury.io/js/android-app-launch-intent-finder.svg)](https://badge.fury.io/js/android-app-launch-intent-finder) [![npm downloads](https://img.shields.io/npm/dt/android-app-launch-intent-finder.svg)](https://www.npmjs.com/package/android-app-launch-intent-finder) [![NPM](https://nodei.co/npm/android-app-launch-intent-finder.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/android-app-launch-intent-finder/) Finds launch intents in an Android application APK. ## How to install? You need to have Node.js installed on your system before you can use this package. Get it here: [Node.js](https://nodejs.org/) Once you have Node.js and NPM setup, the installation is as simple as running a command. ### Linux/Mac sudo npm install -g android-app-launch-intent-finder ### Windows Within a command prompt window with administrative privileges: npm install -g android-app-launch-intent-finder ## How to use? Type the following command to analyse the launch intents of an app: launch-intent-finder my-sample-app.apk