When working with Fragment if you have any links which forward the user to another Activity you have to change the source parameter to “fa”. For further information on fa take a look at this.
This will look like this:
Intent explicitIntent = new Intent(fa, AuthorInformation.class); startActivity(explicitIntent);