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:
parent
71ccf3f90e
commit
11f5c8f513
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user