mirror of
https://github.com/status-im/react-native-keychain.git
synced 2025-02-23 10:28:10 +00:00
Export hasInternetCredentialsForServer method in android (#166)
This commit is contained in:
parent
8f33c0f750
commit
b2ab380e20
@ -149,6 +149,7 @@ public class KeychainModule extends ReactContextBaseJavaModule {
|
||||
}
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
public void hasInternetCredentialsForServer(@NonNull String server, Promise promise) {
|
||||
final String defaultService = getDefaultServiceIfNull(server);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user