Skip to content

Commit 9facc51

Browse files
committed
テストプラグインのLocalOAuthをOFF。
1 parent a4dd509 commit 9facc51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dConnectDevicePlugin/dConnectDeviceTest/app/src/main/java/org/deviceconnect/android/deviceplugin/test/UnitTestDeviceService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public class UnitTestDeviceService extends DConnectMessageService {
4141
@Override
4242
public void onCreate() {
4343
super.onCreate();
44+
setUseLocalOAuth(false);
4445

4546
mFileManager = new FileManager(this);
4647

0 commit comments

Comments
 (0)