Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75dc0c4d authored by Fan Zhang's avatar Fan Zhang
Browse files

Remove unused interface API

Bug: 111796429
Test: robotests
Change-Id: I5887a0a48285cf61777ac7c6a896d16dd7585a26
parent 75bafefa
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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);
}