mirror of
https://github.com/wanxf-shuto/CordovaReadApplicationSignature.git
synced 2026-05-17 00:00:04 +08:00
intent use space
This commit is contained in:
@@ -24,10 +24,10 @@ You can read more about it on [Android official website](https://source.android.
|
||||
```javascript
|
||||
|
||||
cordova.plugins.ReadAppSignature.getAppSignature(function(signature){
|
||||
console.debug("signature: %s", signature);
|
||||
console.debug("signature: %s", signature);
|
||||
}, function(error){
|
||||
console.debug("signature error: %s", JSON.stringify(error));
|
||||
});
|
||||
console.debug("signature error: %s", JSON.stringify(error));
|
||||
});
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user