Travel-Mate icon indicating copy to clipboard operation
Travel-Mate copied to clipboard

#739-Implemented runtime permissions

Open PratikGhodke opened this issue 4 years ago • 0 comments

Description

Removed contact related permissions. I have added runtime permissions to access location at ListViewRealTimeActivity.java and MapViewRealTimeActivity.java.

Fixes #739

Type of change

Just put an x in the [] which are valid.

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • [x] ./gradlew assembleDebug assembleRelease
  • [x] ./gradlew checkstyle

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings

PratikGhodke avatar Nov 03 '20 14:11 PratikGhodke