Chromium Code Reviews| Index: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto |
| diff --git a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto |
| index 3789e5f13827c62a47ef22d7de6ab578c489d9ad..c513f7debc9015fe1db91befe1aed19f0f41a20e 100644 |
| --- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto |
| +++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto |
| @@ -293,6 +293,8 @@ message AndroidKioskAppInfoProto { |
| // In the event this is the only field that is specified, runtime may use |
| // PackageManager.getLaunchIntentForPackage() to start the app. See |
| // https://developer.android.com/reference/android/content/pm/PackageManager.html |
| + // Example of the package name: "com.android.camera". Do not include "app:" |
|
peletskyi
2016/10/19 09:29:03
Dennis, what about "app:" prefix? I saw there are
dkalin
2016/10/20 16:20:59
This CL LGTM. App: prefix should not be included.
|
| + // prefix in the package name. |
| optional string package_name = 1; |
| // Class name (optional). If present, class name is to be combined with |