Where does the static information for the application go in Android

332 Views Asked by At

According to Android Design Guideline! , the static information shouldn't be included in settings. So where should I put up all these information like about me,terms and conditions,version etc.

1

There are 1 best solutions below

2
On

The answer is within your link in the text in the first image.

If it's static information about the app (e.g. version number, terms of service), organize it within a Help screen.