Skip to content

Commit f6e5c3f

Browse files
committed
Add space
1 parent 09e67b1 commit f6e5c3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

QuestAppVersionSwitcher/Adb/AdbWrapper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ public static void GrantPermissions(string device)
223223
{
224224
StartServer();
225225

226-
RunAdbCommand("-s " + device + " shell pm grant" + Application.Context.PackageName + " android.permission.WRITE_SECURE_SETTINGS");
227-
RunAdbCommand("-s " + device + " shell pm grant" + Application.Context.PackageName + " android.permission.READ_LOGS");
226+
RunAdbCommand("-s " + device + " shell pm grant " + Application.Context.PackageName + " android.permission.WRITE_SECURE_SETTINGS");
227+
RunAdbCommand("-s " + device + " shell pm grant " + Application.Context.PackageName + " android.permission.READ_LOGS");
228228
}
229229

230230
/// <summary>

0 commit comments

Comments
 (0)