cordova-plugin-key-hash
Version:
Generate and retrieve application key hashes from signatures
12 lines (11 loc) • 543 B
text/xml
<widget id="com.adrianodigiovanni.keyhashexample" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Key Hash Example</name>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<allow-intent href="*" />
<plugin name="cordova-plugin-test-framework" spec="^1.1.6" />
<plugin name="cordova-plugin-key-hash" spec=".." />
<engine name="android" spec="^6.4.0" />
</widget>