mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 22:33:25 +00:00
Created anonymous app id for google analytics.
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Bit.Android.Services
|
||||
_tracker.EnableExceptionReporting(true);
|
||||
_tracker.EnableAdvertisingIdCollection(true);
|
||||
_tracker.EnableAutoActivityTracking(true);
|
||||
_tracker.SetClientId(appIdService.AppId);
|
||||
_tracker.SetClientId(appIdService.AnonymousAppId);
|
||||
}
|
||||
|
||||
public void RefreshUserId()
|
||||
|
||||
Reference in New Issue
Block a user