Page 1 of 1

Check a Manifest file

Posted: Mon Dec 23, 2024 5:07 am
by rakibhasanbd4723
It is worth to look at Manifest file and analyze the information important for us.
Permissions
The Manifest file provides you with bulgaria phone number information about permissions used in the application. Among them, you will find permissions which are granted automatically and those which need to be granted while using the app. The second ones are Runtime permissions – how to take care about them I wrote above.

giphy

Deep link schemas
Manifest file contains also deep links schemas. If within the app there is an excellent mechanism to handle deep links and launch Activities related to them, then it’s nothing to worry about. Otherwise, it is worth to know by which Activities we have to be careful.

Write tests if they are missing
Writing a code is what we are paid for so let’s dive into the depths of code. When we are working with a legacy code, one of the common tasks is to refactor the code. But how to be sure that if I change something in one place, it will not break down in another one?

Tests should protect you from uncertainty but if there are no tests in the project we should write tests before we start doing changes.