Android Analytics:停用Google Analytics跟踪

时间:2016-08-08 08:42:57

标签: android google-analytics

我在我的应用中使用Google Analytics,我希望用户能够启用或禁用分析跟踪。文档说:

GoogleAnalytics.getInstance(this).setAppOptOut(true);

You can enable an app-level opt out flag that will disable Google Analytics across the entire app. 
Note that this flag must be set each time the app starts up and will default to false.

对我来说这很令人困惑,因为我不知道如果我想完全禁用分析,我必须将setAppOptOut设置为true或false。那么布尔值必须为true还是false才能完全禁用分析?

1 个答案:

答案 0 :(得分:1)

要禁用,请将其设置为true。默认设置为false,表示默认情况下已启用。