🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-native-gizwits-android-app-install

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-gizwits-android-app-install

支持安卓查询安装其他应用权限

latest
Source
npmnpm
Version
0.0.5-google-empty
Version published
Weekly downloads
25
92.31%
Maintainers
2
Weekly downloads
 
Created
Source

react-native-gizwits-android-app-install

React Native 插件,查询是否可以在应用内安装其他应用,以及打开其他这个权限的系统设置页面

Installation

Add it to your android project

npm install react-native-gizwits-android-app-install --save

Install the native dependencies

Use react-native link to install native dependencies automatically:

react-native link react-native-gizwits-android-app-install

or do it manually as described here.

Example usage

import InstallManager from 'react-native-gizwits-android-app-install';

查询权限

const res = await InstallManager.hasInstallPermission(); // res: true/false

打开权限页面

InstallManager.openInstallPermissionPage();

Keywords

react

FAQs

Package last updated on 22 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts