Skip to content

Commit

Permalink
Update NSC_Essentials.config
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilSChouhan committed Feb 12, 2024
1 parent d00982b commit 1e1585e
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions 14/NSC_Essentials.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

AndroidVersion=14

Version=32
Version=33

# set this to the directory you want to copy the logs to.
# for e.g. LogDirectory="/system/etc" will install the logs to /system/etc/nikgapps_logs directory
Expand All @@ -30,8 +30,11 @@ execute.d=1
# if you want to force the installer to use the config from gapps zip file, set below to 1
use_zip_config=0

# if you want to override the config located in /sdcard/NikGapps with gapps zip file, set below to 1. Applicable to decrypted storage only
override_with_zip_config=0

# set this to 1 if you want to enable gms optimization, careful while doing it, you may experience issues like delayed notification with some Roms
gms_optimization=0
gms_optimization=1

# Following are the packages with default configuration

Expand Down Expand Up @@ -62,47 +65,47 @@ Drive=0
GoogleMaps=0
GoogleLocationHistory=0
GooglePhotos=0
DeviceHealthServices=1
DeviceHealthServices=0
GBoard=0
GoogleCalendar=0
GoogleKeep=0
PlayGames=0

# Set PixelSpecifics=0 if you want to skip installing all packages belonging to PixelSpecifics Package
PixelSpecifics=1
>>PixelLauncher=2
>>PixelLauncher=1
>>DevicePersonalizationServices=1
>>QuickAccessWallet=0
>>GoogleWallpaper=2
>>QuickAccessWallet=1
>>GoogleWallpaper=1
>>SettingsServices=1
>>PrivateComputeServices=1
>>PixelThemes=1
>>EmojiWallpaper=1
>>PixelThemes=0
>>EmojiWallpaper=0
>>PixelWeather=0

GoogleRecorder=0

# Set GoogleFiles=0 if you want to skip installing all packages belonging to GoogleFiles Package
GoogleFiles=0
>>GoogleFiles=0
>>StorageManager=0
>>DocumentsUIGoogle=0
>>GoogleFiles=1
>>StorageManager=1
>>DocumentsUIGoogle=1

MarkupGoogle=1
GoogleTTS=0

# Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package
GoogleSearch=1
>>Velvet=0
>>Assistant=0
>>Assistant=1

GoogleSounds=0

# Set GoogleChrome=0 if you want to skip installing all packages belonging to GoogleChrome Package
GoogleChrome=0
>>GoogleChrome=0
>>WebViewGoogle=0
>>TrichromeLibrary=0
>>GoogleChrome=1
>>WebViewGoogle=1
>>TrichromeLibrary=1

Gmail=0
DeviceSetup=0
Expand Down Expand Up @@ -137,4 +140,3 @@ GoogleTalkback=0
# NikGapps debloater starts here, add all the stuff to add to debloater.config below (for elite and user builds only), check examples below
# YouTube
# /system/app/YouTube

0 comments on commit 1e1585e

Please sign in to comment.