Add partial support for operating as a linked device.

This commit is contained in:
Cody Henthorne
2022-01-11 14:53:21 -05:00
committed by Greyson Parrelli
parent 112f4bb281
commit 7203228626
33 changed files with 569 additions and 109 deletions

View File

@@ -367,5 +367,10 @@ public class ApplicationDependencyProvider implements ApplicationDependencies.Pr
public String getPassword() {
return SignalStore.account().getServicePassword();
}
@Override
public int getDeviceId() {
return SignalStore.account().getDeviceId();
}
}
}