yingshaoxo / we_love_party

Let's party.
0 stars 0 forks source link

The auto_email sending isn't work #16

Closed yingshaoxo closed 1 year ago

yingshaoxo commented 1 year ago

Is probably caused by not setting some special stuff for email service in android:

<manifest package="com.mycompany.myapp">
  <queries>
    <intent>
      <action android:name="android.intent.action.SENDTO" />
      <data android:scheme="mailto" />
    </intent>
  </queries>
</manifest>
yingshaoxo commented 1 year ago

done