react-native-tele
Version:
Telecommunication module based on InCall and android.telecom Java for React Native
18 lines (14 loc) • 557 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="one.telefon.tele"
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>