Skip to content

Commit d533b82

Browse files
fix: remove advertising id too
1 parent b44da73 commit d533b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/src/main/java/ly/count/android/sdk/CountlyConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public class CountlyConfig {
7979
protected String appKey = null;
8080

8181
/**
82-
* unique ID for the device the app is running on; note that null in deviceID means that Countly will fall back to UUID, then, if it's not available, to Google Advertising ID.
82+
* unique ID for the device the app is running on; note that null in deviceID means that Countly will fall back to UUID.
8383
*/
8484
protected String deviceID = null;
8585

@@ -289,7 +289,7 @@ public synchronized CountlyConfig setAppKey(String appKey) {
289289
}
290290

291291
/**
292-
* unique ID for the device the app is running on; note that null in deviceID means that Countly will fall back to UUID, then, if it's not available, to Google Advertising ID.
292+
* unique ID for the device the app is running on; note that null in deviceID means that Countly will fall back to UUID.
293293
*
294294
* @return Returns the same config object for convenient linking
295295
*/

0 commit comments

Comments
 (0)