Support sharing via QR code

Another popular format is barcode but unfortunately I cannot seem to find documentations of that anywhere. Feel free to send me.
This commit is contained in:
Mygod
2019-04-04 19:17:00 +08:00
parent a1dd7107e1
commit 6225367e42
9 changed files with 89 additions and 19 deletions

View File

@@ -11,4 +11,8 @@
android:icon="?attr/actionModePasteDrawable"
android:title="@android:string/paste"
app:showAsAction="ifRoom"/>
<item android:id="@+id/share_qr"
android:icon="@drawable/ic_social_share"
android:title="@string/configuration_share"
app:showAsAction="ifRoom"/>
</menu>