Make FeatureFactoryImpl non-final so it can have subclass.
Bug: 32885026 Test: manual build Change-Id: I49e32c37c5ca473f2c8900cb10e23847c3d8a464
This commit is contained in:
@@ -37,7 +37,7 @@ import com.android.settings.localepicker.LocaleFeatureProviderImpl;
|
|||||||
* {@link FeatureFactory} implementation for AOSP Settings.
|
* {@link FeatureFactory} implementation for AOSP Settings.
|
||||||
*/
|
*/
|
||||||
@Keep
|
@Keep
|
||||||
public final class FeatureFactoryImpl extends FeatureFactory {
|
public class FeatureFactoryImpl extends FeatureFactory {
|
||||||
|
|
||||||
private ApplicationFeatureProvider mApplicationFeatureProvider;
|
private ApplicationFeatureProvider mApplicationFeatureProvider;
|
||||||
private MetricsFeatureProvider mMetricsFeatureProvider;
|
private MetricsFeatureProvider mMetricsFeatureProvider;
|
||||||
|
Reference in New Issue
Block a user