blob: 1a92756ea0cce4dc8a1877a258f88c2dc0e27c32 [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package android
// DefaultUser is the default Android user ID, corresponding to the system user that adb runs as.
const DefaultUser = "0"
// DownloadDir is Android's default downloads directory.
const DownloadDir = "/sdcard/Download/"