remove Cyanogen's setup wizard and install non-market apps by default

Setup wizard asks for wifi password, location sharing and if you want share usage data with CyanogenMod. Only the locale setting would be needed by Replicant. Either it has to be switched to a general setup wizard or this one has to be customized heavily (also the graphics need to be replaced with Replicant ones)

It seems that F-Droid needs this setting enabled again on Android 6

Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
This commit is contained in:
Wolfgang Wiedmeyer 2015-12-26 09:20:25 +01:00
parent 71ccf3f90e
commit 11f5c8f513
2 changed files with 2 additions and 3 deletions

View File

@ -145,7 +145,7 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
librsjni
# Custom CM packages
# Custom packages
PRODUCT_PACKAGES += \
Launcher3 \
Trebuchet \
@ -154,7 +154,6 @@ PRODUCT_PACKAGES += \
CMFileManager \
Eleven \
LockClock \
CyanogenSetupWizard \
CMSettingsProvider \
ExactCalculator

View File

@ -18,7 +18,7 @@
-->
<resources>
<string name="def_backup_transport">com.google.android.gms/.backup.BackupTransportService</string>
<bool name="def_install_non_market_apps">true</bool>
<!-- Enable notification counters in statusbar -->
<integer name="def_notif_count">1</integer>
</resources>