Skip to content

Disabling SDK Tracking

This article shows how to disable data collection for your Android or FireOS application.

In order to comply with data privacy regulations, data tracking activity on the Android SDK can be stopped entirely using the method disableSDK(). This method will cause all network connections to be canceled, and the Braze SDK will not pass any data to Braze servers. If you wish to resume data collection at a later point in time, you can use the enableSDK() method in the future to resume data collection.

Additionally, you can use the method wipeData() to fully clear all client-side data stored on the device.

HOW HELPFUL WAS THIS PAGE?
New Stuff!