UNPKG

react-native-tele

Version:

Telecommunication module based on InCall and android.telecom Java for React Native

19 lines (15 loc) 594 B
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="one.telefon.tele" android:targetSandboxVersion="2" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28" /> <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> <application android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:debuggable="true" android:usesCleartextTraffic="true" /> </manifest>