Export hasInternetCredentialsForServer method in android (#166)

This commit is contained in:
Axel Eirola 2018-11-13 17:22:58 +02:00 committed by Vojtech Novak
parent 8f33c0f750
commit b2ab380e20

View File

@ -149,6 +149,7 @@ public class KeychainModule extends ReactContextBaseJavaModule {
}
}
@ReactMethod
public void hasInternetCredentialsForServer(@NonNull String server, Promise promise) {
final String defaultService = getDefaultServiceIfNull(server);