Do not send PNI-hello-worlds for new installs.
This commit is contained in:
parent
a4077ccb4a
commit
34a4bda331
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class MiscellaneousValues internal constructor(store: KeyValueStore) : SignalSto
|
||||||
/**
|
/**
|
||||||
* Whether or not we've done the initial "PNP Hello World" dance.
|
* Whether or not we've done the initial "PNP Hello World" dance.
|
||||||
*/
|
*/
|
||||||
var hasPniInitializedDevices by booleanValue(PNI_INITIALIZED_DEVICES, false)
|
var hasPniInitializedDevices by booleanValue(PNI_INITIALIZED_DEVICES, true)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether or not the user has linked devices.
|
* Whether or not the user has linked devices.
|
||||||
|
|
Loading…
Add table
Reference in a new issue