blob: 7d6344e2e666c873d13d943f3107f4feaa11561a [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_CHILD_ACCOUNTS_CONSTANTS_CHILD_ACCOUNT_CONSTANTS_H_
#define CHROME_BROWSER_ASH_CHILD_ACCOUNTS_CONSTANTS_CHILD_ACCOUNT_CONSTANTS_H_
namespace ash {
// Family Link helper(for child and teens) is an app available to supervised
// users and the companion app of Family Link app(for parents).
inline constexpr char kFamilyLinkHelperAppPackageName[] =
"com.google.android.apps.kids.familylinkhelper";
inline constexpr char kFamilyLinkHelperAppPlayStoreURL[] =
"https://play.google.com/store/apps/"
"details?id=com.google.android.apps.kids.familylinkhelper";
} // namespace ash
#endif // CHROME_BROWSER_ASH_CHILD_ACCOUNTS_CONSTANTS_CHILD_ACCOUNT_CONSTANTS_H_