Unity - Scripting API: AndroidApplication
class in UnityEngine.Android
/
Implemented in:UnityEngine.AndroidJNIModule
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
Use this class to access the runtime data of your Android application.
Static Properties
| Property | Description |
|---|---|
| currentActivity | Indicates the Java instance of the current activity. |
| currentConfiguration | Provides current configuration for the running application. |
| currentContext | Indicates the Java instance of the current context. |
| unityPlayer | Indicates the Unity bridge Java instance used by an activity or a service. |
Events
| Event | Description |
|---|---|
| onConfigurationChanged | A callback to detect the device configuration changes when the application is running. |