summaryrefslogtreecommitdiffstats
path: root/RemoteFolder/src/com/android/launcher3/RemoteFolderManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'RemoteFolder/src/com/android/launcher3/RemoteFolderManager.java')
-rw-r--r--RemoteFolder/src/com/android/launcher3/RemoteFolderManager.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/RemoteFolder/src/com/android/launcher3/RemoteFolderManager.java b/RemoteFolder/src/com/android/launcher3/RemoteFolderManager.java
index e09010d16..a79791f6d 100644
--- a/RemoteFolder/src/com/android/launcher3/RemoteFolderManager.java
+++ b/RemoteFolder/src/com/android/launcher3/RemoteFolderManager.java
@@ -1,5 +1,6 @@
package com.android.launcher3;
+import android.content.res.Resources;
import android.graphics.drawable.Drawable;
import android.view.View;
import android.view.ViewGroup;
@@ -73,4 +74,10 @@ public class RemoteFolderManager {
*/
public void onBindViewHolder(final AppDrawerListAdapter.ViewHolder holder,
final AppDrawerListAdapter.AppItemIndexedInfo indexedInfo) { }
+
+ /**
+ * Get the String to be used for the RemoteFolder name and its corresponding Settings option
+ * @return the name RemoteFolder and its Setting option should use
+ */
+ public static String getFeatureTitle(Resources res) { return null; }
}