Change visibility modifiers of MAXIMUM_BAR_VIEWS

In Settings app, we need to use MAXIMUM_BAR_VIEWS,
so change the visibility modifiers to be pulbic.

Test: robotest
Bug: 122478755
Change-Id: Ibba1b7ef2f7d39132a5efabddf866c8daf0edf7f
This commit is contained in:
tmfang
2019-01-08 11:48:28 +08:00
parent 18ebaa979c
commit c6338cf7bd

View File

@@ -77,7 +77,7 @@ import java.util.Arrays;
*/
public class BarChartPreference extends Preference {
static final int MAXIMUM_BAR_VIEWS = 4;
public static final int MAXIMUM_BAR_VIEWS = 4;
private static final String TAG = "BarChartPreference";
private static final int[] BAR_VIEWS = {
R.id.bar_view1,