tauri-plugin-keychain 2.0.2

A Tauri keychain plugin
1
2
3
4
5
6
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
    android:accountType="com.tauri.keychain"  
    android:label="@string/app_name" 
    android:icon="@mipmap/ic_launcher" 
    android:smallIcon="@mipmap/ic_launcher" 
    android:customTokens="false" />