1
2
3
4
5
6
7
8
9
10
11
12
13
14
ash / components / arc / intent_helper / intent_constants.cc [blame]
// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/components/arc/intent_helper/intent_constants.h"
namespace arc {
const char kIntentActionMain[] = "android.intent.action.MAIN";
const char kIntentActionView[] = "android.intent.action.VIEW";
const char kIntentActionSend[] = "android.intent.action.SEND";
const char kIntentActionSendMultiple[] = "android.intent.action.SEND_MULTIPLE";
} // namespace arc