Calendar: Do not show "Map" action if app cannot be resolved

Sometimes the phone didn't contains the map application, and there isn't
any application to resolve the view map action.

In this case, the Calendar needn't to show the "Map" action on the statusbar.

CRs-fixed: 619204

Change-Id: I475a3285b23cfbac3a078fb6e89ca6c46575e9bf
(cherry picked from commit 94223ed)
1 file changed
tree: 56e47f2883ee40733b6489802753e61bdadb0993
  1. assets/
  2. extensions_src/
  3. external/
  4. libs/
  5. res/
  6. src/
  7. tests/
  8. .classpath
  9. .gitignore
  10. .gitmodules
  11. Android.mk
  12. AndroidManifest.xml
  13. build.gradle
  14. CleanSpec.mk
  15. fix_strings_and_import.py
  16. ic_launcher-web.png
  17. mkprojectfile
  18. MODULE_LICENSE_APACHE2
  19. NOTICE
  20. proguard.flags
  21. project.properties
  22. README.md
  23. settings.gradle
README.md

![Etar Calendar](./assets/_pre_prod/Feature Graphic.png) #Etar Calendar Etar (from Arabic: إِيتَار) is an open source material designed calendar made for everyone!

Etar Calendar

##Why? Well, I wanted a simple, material designed and state of the art open source calendar that anyone can make it better.

##Special thanks

The application is an enhanced version of AOSP Calendar. Without the help of Free Software for Android team, this app would be just a dream. So thanks to them!

##Features

  • Month view.
  • Week, day & agenda view.
  • Uses Android calendar sync. Works with Google Calendar, Exchange, etc.
  • Material designed.
  • Agenda widget.

Contribute

Translations in Google Play app description

You can update/add your own language here. Also, all artwork files are available here

Build instructions

git submodule init
git submodule update

gradle build

How this was done