Merge "Remove unused interface API"

This commit is contained in:
TreeHugger Robot
2018-07-25 18:28:46 +00:00
committed by Android (Google) Code Review

View File

@@ -67,9 +67,4 @@ public interface SupportFeatureProvider {
* @param activity Calling activity.
*/
void startSupportV2(Activity activity);
/**
* Returns a url with information to introduce user to new device.
*/
String getNewDeviceIntroUrl(Context context);
}