.\" Automatically generated by Pandoc 3.1.6.2 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_android_get_activity" "3" "" "Allegro reference manual" "" .hy .SH NAME .PP al_android_get_activity - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include jobject al_android_get_activity(void) \f[R] .fi .SH DESCRIPTION .PP Returns the Java Android activity used by Allegro. This is the same object created by Android from the class you specify in your manifest and either an instance of AllegroActivity or a derived class. .SH SINCE .PP 5.2.2 .RS .PP \f[I][Unstable API]:\f[R] This API is new and subject to refinement. .RE