Cherish: User toggle for unlimited ph0t0s st0rage [2/2].
Signed-off-by: spezi77 <spezi7713@gmx.net> Change-Id: I5fca5843a2178f5a39a753ff77c6194220a3026d Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -691,5 +691,10 @@
|
||||
<!-- Black theme -->
|
||||
<string name="system_black_theme_title">Use black theme</string>
|
||||
<string name="system_black_theme_summary">Force black background colors</string>
|
||||
|
||||
<!-- Unlimited g00gle ph0t0s st0rage -->
|
||||
<string name="use_photos_spoof_title">Unlimited Photos storage</string>
|
||||
<string name="use_photos_spoof_summary">Your device will be identified as a Pixel XL by the Photos app to get unlimited photo storage at original quality</string>
|
||||
<string name="photos_spoof_toast">Restart the Photos app for it to take effect</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -30,6 +30,13 @@
|
||||
android:summary="@string/charging_animation_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="use_photos_spoof"
|
||||
android:title="@string/use_photos_spoof_title"
|
||||
android:summary="@string/use_photos_spoof_summary"
|
||||
android:defaultValue="true"
|
||||
android:persistent="false" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="burnin_category"
|
||||
android:title="@string/burnin_category">
|
||||
|
||||
Reference in New Issue
Block a user