mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Add partial support for operating as a linked device.
This commit is contained in:
committed by
Greyson Parrelli
parent
112f4bb281
commit
7203228626
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user