Move Panel to public API

Change the SettingsPanelActivity to reference the
public API.

Bug: 117804442
Test: robolectric, manual app
Change-Id: I4b128ae9d97c1000fdaa0c3fb5b94f8dc096055f
This commit is contained in:
Matthew Fritze
2018-12-05 07:55:12 -08:00
parent 887fa5c646
commit 735d6ef195
8 changed files with 25 additions and 40 deletions

View File

@@ -29,7 +29,7 @@ import java.util.List;
*/
public class FakePanelContent implements PanelContent {
public static final String FAKE_KEY = "fake_key";
public static final String FAKE_ACTION = "fake_action";
public static final CharSequence TITLE = "title";