SUW: rebrand step 2: update file contents

Change-Id: Ic04f03f82242608960bd6d9c4c2561c2bbdda1da
This commit is contained in:
Michael Bestas
2018-02-03 17:42:13 +02:00
committed by Abhisek Devkota
parent fbae0863a6
commit c83309e963
47 changed files with 200 additions and 214 deletions

View File

@@ -15,7 +15,7 @@
* limitations under the License.
*/
package com.cyanogenmod.setupwizard;
package org.lineageos.setupwizard;
import android.app.AlarmManager;
import android.app.DatePickerDialog;
@@ -40,7 +40,7 @@ import android.widget.Spinner;
import android.widget.TextView;
import android.widget.TimePicker;
import com.cyanogenmod.setupwizard.util.SetupWizardUtils;
import org.lineageos.setupwizard.util.SetupWizardUtils;
import org.xmlpull.v1.XmlPullParserException;