Index: sky/services/activity/activity.mojom |
diff --git a/sky/services/intents/intents.mojom b/sky/services/activity/activity.mojom |
similarity index 95% |
rename from sky/services/intents/intents.mojom |
rename to sky/services/activity/activity.mojom |
index bf6286fe287b06e4bcd8ad4b28141bd5c3e3aa95..440176d5369589036ff18b1151108caf651f1873 100644 |
--- a/sky/services/intents/intents.mojom |
+++ b/sky/services/activity/activity.mojom |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module intents; |
+module activity; |
struct StringExtra { |
string name; |
@@ -31,7 +31,7 @@ struct TaskDescription { |
// have a higher-level abstraction here? Do we want a collection |
// of services that only work on specific platforms? We need to |
// figure out how to rationalize this interface across platforms. |
-interface ActivityManager { |
+interface Activity { |
startActivity(Intent intent); |
finishCurrentActivity(); |
setTaskDescription(TaskDescription description); |