OSDN Git Service

Remove unused interface API
authorFan Zhang <zhfan@google.com>
Tue, 24 Jul 2018 22:00:01 +0000 (15:00 -0700)
committerFan Zhang <zhfan@google.com>
Tue, 24 Jul 2018 22:00:35 +0000 (15:00 -0700)
Bug: 111796429
Test: robotests
Change-Id: I5887a0a48285cf61777ac7c6a896d16dd7585a26

src/com/android/settings/overlay/SupportFeatureProvider.java

index 0988fd4..a9b66d6 100644 (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);
 }