Loading AndroidManifest.xml +20 −20 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" package="com.cyanogenmod.setupwizard" package="org.lineageos.setupwizard" android:versionCode="5" android:sharedUserId="android.uid.system"> Loading @@ -41,16 +41,16 @@ <uses-permission android:name="android.permission.EXPAND_STATUS_BAR" /> <uses-permission android:name="lineageos.permission.HARDWARE_ABSTRACTION_ACCESS" /> <uses-permission android:name="android.permission.BACKUP" /> <uses-permission android:name="cyanogenmod.permission.FINISH_SETUP" /> <uses-permission android:name="lineageos.permission.FINISH_SETUP" /> <uses-permission android:name="lineageos.permission.WRITE_SETTINGS" /> <uses-permission android:name="lineageos.permission.WRITE_SECURE_SETTINGS" /> <permission android:name="cyanogenmod.permission.FINISH_SETUP" android:name="lineageos.permission.FINISH_SETUP" android:protectionLevel="signatureOrSystem" /> <protected-broadcast android:name="com.cyanogenmod.setupwizard.SETUP_FINISHED" android:permission="cyanogenmod.permission.FINISH_SETUP"/> <protected-broadcast android:name="org.lineageos.setupwizard.SETUP_FINISHED" android:permission="lineageos.permission.FINISH_SETUP"/> <application android:label="@string/app_name" android:icon="@mipmap/ic_launcher" Loading Loading @@ -99,7 +99,7 @@ android:immersive="true" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_BLUETOOTH_SETUP" /> <action android:name="org.lineageos.setupwizard.LINEAGE_BLUETOOTH_SETUP" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -111,7 +111,7 @@ android:immersive="true" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_WELCOME" /> <action android:name="org.lineageos.setupwizard.LINEAGE_WELCOME" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -123,7 +123,7 @@ android:immersive="true" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_LOCALE" /> <action android:name="org.lineageos.setupwizard.LINEAGE_LOCALE" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -135,7 +135,7 @@ android:immersive="true" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_DATETIME" /> <action android:name="org.lineageos.setupwizard.LINEAGE_DATETIME" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -148,7 +148,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_WIFI_SETUP" /> <action android:name="org.lineageos.setupwizard.LINEAGE_WIFI_SETUP" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -161,7 +161,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_CAPTIVE_PORTAL_SETUP" /> <action android:name="org.lineageos.setupwizard.LINEAGE_CAPTIVE_PORTAL_SETUP" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -174,7 +174,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_SIM_MISSING" /> <action android:name="org.lineageos.setupwizard.LINEAGE_SIM_MISSING" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -187,7 +187,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_CHOOSE_DATA_SIM" /> <action android:name="org.lineageos.setupwizard.LINEAGE_CHOOSE_DATA_SIM" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -200,7 +200,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_ENABLE_MOBILE_DATA" /> <action android:name="org.lineageos.setupwizard.LINEAGE_ENABLE_MOBILE_DATA" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -213,7 +213,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_LOCATION_SETTINGS" /> <action android:name="org.lineageos.setupwizard.LINEAGE_LOCATION_SETTINGS" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -225,7 +225,7 @@ android:immersive="true" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_SETTINGS" /> <action android:name="org.lineageos.setupwizard.LINEAGE_SETTINGS" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -238,7 +238,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_FINGERPRINT_SETTINGS" /> <action android:name="org.lineageos.setupwizard.LINEAGE_FINGERPRINT_SETTINGS" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -251,7 +251,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS" /> <action android:name="org.lineageos.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -263,7 +263,7 @@ android:immersive="true" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_SETUP_COMPLETE" /> <action android:name="org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -275,7 +275,7 @@ android:label="@@string/activity_label_empty" android:theme="@style/NoDisplay"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.EXIT"/> <action android:name="org.lineageos.setupwizard.EXIT"/> <category android:name="android.intent.category.DEFAULT"/> </intent-filter> </activity> Loading exit_wizard.sh +2 −2 Original line number Diff line number Diff line Loading @@ -2,12 +2,12 @@ adb root wait ${!} adb shell pm enable com.cyanogenmod.setupwizard/com.cyanogenmod.setupwizard.SetupWizardExitActivity || true adb shell pm enable org.lineageos.setupwizard/org.lineageos.setupwizard.SetupWizardExitActivity || true wait ${!} adb shell pm enable com.google.android.setupwizard/com.google.android.setupwizard.SetupWizardExitActivity || true wait ${!} sleep 1 adb shell am start com.cyanogenmod.setupwizard/com.cyanogenmod.setupwizard.SetupWizardExitActivity || true adb shell am start org.lineageos.setupwizard/org.lineageos.setupwizard.SetupWizardExitActivity || true wait ${!} sleep 1 adb shell am start com.google.android.setupwizard/com.google.android.setupwizard.SetupWizardExitActivity res/layout/finish_activity.xml +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> <com.cyanogenmod.setupwizard.widget.ScrimInsetsFrameLayout <org.lineageos.setupwizard.widget.ScrimInsetsFrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/root" Loading Loading @@ -56,4 +56,4 @@ android:background="@drawable/reveal" android:visibility="invisible"/> </com.cyanogenmod.setupwizard.widget.ScrimInsetsFrameLayout> No newline at end of file </org.lineageos.setupwizard.widget.ScrimInsetsFrameLayout> No newline at end of file res/layout/locale_picker.xml +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ android:paddingTop="22dip" android:paddingBottom="22dip"/> <view class="com.cyanogenmod.setupwizard.widget.LocalePicker$CustomEditText" <view class="org.lineageos.setupwizard.widget.LocalePicker$CustomEditText" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="?android:attr/textColorPrimary" android:id="@+id/localepicker_input" Loading res/layout/setup_locale.xml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ android:paddingLeft="@dimen/content_margin_left" android:paddingRight="@dimen/content_margin_left"> <com.cyanogenmod.setupwizard.widget.LocalePicker <org.lineageos.setupwizard.widget.LocalePicker android:id="@+id/locale_list" android:layout_width="match_parent" android:layout_height="wrap_content" Loading Loading
AndroidManifest.xml +20 −20 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" package="com.cyanogenmod.setupwizard" package="org.lineageos.setupwizard" android:versionCode="5" android:sharedUserId="android.uid.system"> Loading @@ -41,16 +41,16 @@ <uses-permission android:name="android.permission.EXPAND_STATUS_BAR" /> <uses-permission android:name="lineageos.permission.HARDWARE_ABSTRACTION_ACCESS" /> <uses-permission android:name="android.permission.BACKUP" /> <uses-permission android:name="cyanogenmod.permission.FINISH_SETUP" /> <uses-permission android:name="lineageos.permission.FINISH_SETUP" /> <uses-permission android:name="lineageos.permission.WRITE_SETTINGS" /> <uses-permission android:name="lineageos.permission.WRITE_SECURE_SETTINGS" /> <permission android:name="cyanogenmod.permission.FINISH_SETUP" android:name="lineageos.permission.FINISH_SETUP" android:protectionLevel="signatureOrSystem" /> <protected-broadcast android:name="com.cyanogenmod.setupwizard.SETUP_FINISHED" android:permission="cyanogenmod.permission.FINISH_SETUP"/> <protected-broadcast android:name="org.lineageos.setupwizard.SETUP_FINISHED" android:permission="lineageos.permission.FINISH_SETUP"/> <application android:label="@string/app_name" android:icon="@mipmap/ic_launcher" Loading Loading @@ -99,7 +99,7 @@ android:immersive="true" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_BLUETOOTH_SETUP" /> <action android:name="org.lineageos.setupwizard.LINEAGE_BLUETOOTH_SETUP" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -111,7 +111,7 @@ android:immersive="true" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_WELCOME" /> <action android:name="org.lineageos.setupwizard.LINEAGE_WELCOME" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -123,7 +123,7 @@ android:immersive="true" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_LOCALE" /> <action android:name="org.lineageos.setupwizard.LINEAGE_LOCALE" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -135,7 +135,7 @@ android:immersive="true" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_DATETIME" /> <action android:name="org.lineageos.setupwizard.LINEAGE_DATETIME" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -148,7 +148,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_WIFI_SETUP" /> <action android:name="org.lineageos.setupwizard.LINEAGE_WIFI_SETUP" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -161,7 +161,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_CAPTIVE_PORTAL_SETUP" /> <action android:name="org.lineageos.setupwizard.LINEAGE_CAPTIVE_PORTAL_SETUP" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -174,7 +174,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_SIM_MISSING" /> <action android:name="org.lineageos.setupwizard.LINEAGE_SIM_MISSING" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -187,7 +187,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_CHOOSE_DATA_SIM" /> <action android:name="org.lineageos.setupwizard.LINEAGE_CHOOSE_DATA_SIM" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -200,7 +200,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_ENABLE_MOBILE_DATA" /> <action android:name="org.lineageos.setupwizard.LINEAGE_ENABLE_MOBILE_DATA" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -213,7 +213,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_LOCATION_SETTINGS" /> <action android:name="org.lineageos.setupwizard.LINEAGE_LOCATION_SETTINGS" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -225,7 +225,7 @@ android:immersive="true" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_SETTINGS" /> <action android:name="org.lineageos.setupwizard.LINEAGE_SETTINGS" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -238,7 +238,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_FINGERPRINT_SETTINGS" /> <action android:name="org.lineageos.setupwizard.LINEAGE_FINGERPRINT_SETTINGS" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -251,7 +251,7 @@ android:exported="false" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS" /> <action android:name="org.lineageos.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -263,7 +263,7 @@ android:immersive="true" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.LINEAGE_SETUP_COMPLETE" /> <action android:name="org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> Loading @@ -275,7 +275,7 @@ android:label="@@string/activity_label_empty" android:theme="@style/NoDisplay"> <intent-filter> <action android:name="com.cyanogenmod.setupwizard.EXIT"/> <action android:name="org.lineageos.setupwizard.EXIT"/> <category android:name="android.intent.category.DEFAULT"/> </intent-filter> </activity> Loading
exit_wizard.sh +2 −2 Original line number Diff line number Diff line Loading @@ -2,12 +2,12 @@ adb root wait ${!} adb shell pm enable com.cyanogenmod.setupwizard/com.cyanogenmod.setupwizard.SetupWizardExitActivity || true adb shell pm enable org.lineageos.setupwizard/org.lineageos.setupwizard.SetupWizardExitActivity || true wait ${!} adb shell pm enable com.google.android.setupwizard/com.google.android.setupwizard.SetupWizardExitActivity || true wait ${!} sleep 1 adb shell am start com.cyanogenmod.setupwizard/com.cyanogenmod.setupwizard.SetupWizardExitActivity || true adb shell am start org.lineageos.setupwizard/org.lineageos.setupwizard.SetupWizardExitActivity || true wait ${!} sleep 1 adb shell am start com.google.android.setupwizard/com.google.android.setupwizard.SetupWizardExitActivity
res/layout/finish_activity.xml +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> <com.cyanogenmod.setupwizard.widget.ScrimInsetsFrameLayout <org.lineageos.setupwizard.widget.ScrimInsetsFrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/root" Loading Loading @@ -56,4 +56,4 @@ android:background="@drawable/reveal" android:visibility="invisible"/> </com.cyanogenmod.setupwizard.widget.ScrimInsetsFrameLayout> No newline at end of file </org.lineageos.setupwizard.widget.ScrimInsetsFrameLayout> No newline at end of file
res/layout/locale_picker.xml +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ android:paddingTop="22dip" android:paddingBottom="22dip"/> <view class="com.cyanogenmod.setupwizard.widget.LocalePicker$CustomEditText" <view class="org.lineageos.setupwizard.widget.LocalePicker$CustomEditText" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="?android:attr/textColorPrimary" android:id="@+id/localepicker_input" Loading
res/layout/setup_locale.xml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ android:paddingLeft="@dimen/content_margin_left" android:paddingRight="@dimen/content_margin_left"> <com.cyanogenmod.setupwizard.widget.LocalePicker <org.lineageos.setupwizard.widget.LocalePicker android:id="@+id/locale_list" android:layout_width="match_parent" android:layout_height="wrap_content" Loading