Enable and disable analytics
Amplify Android v1 is now in Maintenance Mode until May 31st, 2024. This means that we will continue to include updates to ensure compatibility with backend services and security. No new features will be introduced in v1.
Please use the latest version (v2) of Amplify Library for Android to get started.
If you are currently using v1, follow these instructions to upgrade to v2.
Analytics is enabled by default when you configure it in your app. To disable Analytics in your app use the disable
function:
Amplify.Analytics.disable();
To enable analytics you can use the enable
function in your app:
Amplify.Analytics.enable();