Advertisement
gimmeitorilltell

omnijaws_settings.xml

Mar 15th, 2017
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2017 The OmniROM Project
  3. This program is free software: you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by
  5. the Free Software Foundation, either version 2 of the License, or
  6. (at your option) any later version.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program. If not, see <http://www.gnu.org/licenses/>.
  13. -->
  14.  
  15. <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
  16. android:key="omnijaws_settings"
  17. android:title="@string/weather_title">
  18.  
  19. <PreferenceScreen
  20. android:title="@string/weather_config_title"
  21. android:summary="@string/weather_config_summary" >
  22. <intent android:action="android.intent.action.MAIN"
  23. android:targetPackage="org.omnirom.omnijaws"
  24. android:targetClass="org.omnirom.omnijaws.SettingsActivityService" />
  25. </PreferenceScreen>
  26.  
  27. <ListPreference
  28. android:key="weather_icon_pack"
  29. android:title="@string/weather_icon_pack_title"
  30. android:persistent="false" />
  31. </PreferenceScreen>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement