Author Topic: How do I get FitBit to see Aquamail as an Email App?  (Read 2488 times)

pvcleave

  • Newbie
  • *
  • Posts: 2
How do I get FitBit to see Aquamail as an Email App?
« on: March 01, 2017, 05:08:15 pm »
I have a FitBit Blaze and it lets me get notifications on my watch. If an App is an email app, it treats them a little differently then regular notifications. FitBit does not see AquaMail as an email app. So far it is the only app that has this problem. I assume it is something in the way the app is built. IS there a way of making AquaMail be seen as an Email app?

I am used the paid version of the app, if that makes a difference.

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: How do I get FitBit to see Aquamail as an Email App?
« Reply #1 on: March 03, 2017, 06:35:33 pm »
Aqua Mail has this in its "manifest":

         <!-- Launcher -->
         <intent-filter>
            <action android:name="android.intent.action.MAIN"/>

            <category android:name="android.intent.category.LAUNCHER"/>
            <category android:name="android.intent.category.APP_EMAIL"/>
            <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
         </intent-filter>


And its notifications are marked with:

builder.setCategory(Notification.EMAIL)


Since I don't own a FitBit and don't work there, it would help if you could contact FitBit support and get a clarification on what it is they need to see and where, exactly.
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

pvcleave

  • Newbie
  • *
  • Posts: 2
Re: How do I get FitBit to see Aquamail as an Email App?
« Reply #2 on: March 27, 2017, 10:40:15 pm »
I was able to get it to work. I disabled Gmail, I had no other email clients installed. Then it let me pick any app. My AquaMail now comes through as email. It is a small thing, but I am happy now.

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: How do I get FitBit to see Aquamail as an Email App?
« Reply #3 on: March 28, 2017, 01:06:51 am »
Ah, so FitBit's app maybe looked for Gmail and then for other email type apps if Gmail was not found...
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/