cmsdk: Move unnecessary strings out of here

* These can live in CMParts now

Change-Id: I766e902887be976b984a4db38310a1a7756c4ef3
This commit is contained in:
Steve Kondik
2016-09-13 03:57:20 -07:00
parent 7db76d6a5d
commit 3b6cfcc7d5
2 changed files with 0 additions and 8 deletions

View File

@@ -229,9 +229,4 @@
<!-- Privacy Guard -->
<string name="privacy_guard_manager_title">Privacy Guard</string>
<!-- Notification lights -->
<string name="lights_label">Lights</string>
<string name="battery_light_title">Battery light</string>
<string name="notification_light_title">Notification light</string>
</resources>

View File

@@ -127,7 +127,4 @@
<!-- Settings -->
<java-symbol type="string" name="privacy_guard_manager_title" />
<java-symbol type="string" name="lights_label" />
<java-symbol type="string" name="battery_light_title" />
<java-symbol type="string" name="notification_light_title" />
</resources>