You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2022. It is now read-only.
On Windows 8.1 I built server and app with success but when I run with yarn app:android I get this on Android emulator. I tried adding permission to the manifest but exception stays the same:
PhoneAccount connection service requires BIND_TELECOM_CONNECTION_SERVICE permission.
Remote stack trace:
at com.android.server.telecom.PhoneAccountRegistrar.registerPhoneAccount(PhoneAccountRegistrar.java:662)
at com.android.server.telecom.TelecomServiceImpl$1.registerPhoneAccount(TelecomServiceImpl.java:446)
at com.android.internal.telecom.ITelecomService$Stub.onTransact(ITelecomService.java:237)
at android.os.Binder.execTransact(Binder.java:731)
createException
Parcel.java:1942
readException
Parcel.java:1910
readException
Parcel.java:1860
registerPhoneAccount
ITelecomService.java:1048
registerPhoneAccount
TelecomManager.java:1000
registerPhoneAccount
RNCallKeepModule.java:282
<init>
RNCallKeepModule.java:86
createNativeModules
RNCallKeepPackage.java:33
getNativeModuleIterator
ReactPackageHelper.java:42
processPackage
NativeModuleRegistryBuilder.java:41
processPackage
ReactInstanceManager.java:1212
processPackages
ReactInstanceManager.java:1182
createReactContext
ReactInstanceManager.java:1120
access$900
ReactInstanceManager.java:123
run
ReactInstanceManager.java:943
run
Thread.java:764
On Windows 8.1 I built server and app with success but when I run with
yarn app:androidI get this on Android emulator. I tried adding permission to the manifest but exception stays the same: