// @flow
import { NativeModules, Platform } from 'react-native';
/**
* Constants are from the source code of Settings:
* https://developer.android.com/reference/android/provider/Settings.html
*/
export const ACTION_ACCESSIBILITY_SETTINGS = 'android.settings.ACCESSIBILITY_SETTINGS';
export const ACTION_APP_NOTIFICATION_REDACTION =
'android.settings.ACTION_APP_NOTIFICATION_REDACTION';
export const ACTION_CONDITION_PROVIDER_SETTINGS =
'android.settings.ACTION_CONDITION_PROVIDER_SETTINGS';
export const ACTION_NOTIFICATION_LISTENER_SETTINGS =
'android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS';
export const ACTION_PRINT_SETTINGS = 'android.settings.ACTION_PRINT_SETTINGS';
export const ACTION_ADD_ACCOUNT_SETTINGS = 'android.settings.ADD_ACCOUNT_SETTINGS';
export const ACTION_AIRPLANE_MODE_SETTINGS = 'android.settings.AIRPLANE_MODE_SETTINGS';
export const ACTION_APN_SETTINGS = 'android.settings.APN_SETTINGS';
This file has been truncated. show original
Currently I want to use the “application / vnd.android.package-archive” type to install the android app on the app itself. Building the standalone apps from the Expo.
Do you have any solutions?
system
closed
June 28, 2018, 5:57am
#2
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.