Hello,
this is an external intent that is used to show a new Screen on Android.
format is like
Intent <intentName> = new Intent(<CurrentScreen.this>, <NewScreenClass.class>)
startActivity(<intentName>);
can you please check VisaoGeralFragment.this
is an activity class or not.