Imports com.android.settings.R to fix build breakage in master

This change should resolve the build failure for ag/4013709 in master.

Bug: 78908915
Bug: 78641268
Test: None
Change-Id: I01dc37a90f132b9052a3ecae04d4ea09a0c78c91
This commit is contained in:
Mehdi Alizadeh
2018-05-09 14:56:39 -07:00
parent 72e5c02bf1
commit d5f74a21c9

View File

@@ -23,6 +23,8 @@ import android.content.pm.PackageManager;
import android.os.UserManager;
import android.provider.Settings;
import com.android.settings.R;
public class SwipeUpPreferenceController extends GesturePreferenceController {
private final int ON = 1;