Android: Is it common to have the Account Settings section incorporated into Settings?

I am designing an Android app and need to decide where to place the Account Settings section (that is, the place where the user can update his profile details, change password, etc.) - I currently have a Settings section accessible via an action overflow button at the rightmost side of the main action bar. And I'm thinking to incorporate the Account Settings section into it as well. So, the Account Settings could either be another item in the action overflow menu, or incorporated into the Settings section itself. Is it a common pattern in Android apps?