ajay_89 the admin bearer simply allows you to call the NodeBB API as any uid. A user token is keyed to a specific ID.
In the Android app you would probably want to use a user token based on the logged in user. That is because it is likely unsafe to store the admin token in the APK. It can be decompiled and leaked.