Skip to content

Commit

Permalink
HALO: Add shortcut to Floating Windows preference
Browse files Browse the repository at this point in the history
This will make it easier for some to enable floating windows without having to go to the windows section
  • Loading branch information
mydongistiny authored and varund7726 committed Aug 6, 2016
1 parent 2a34e74 commit 2358aee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/values/rr_strings.xml
Expand Up @@ -2332,6 +2332,8 @@
<string name="halo_msgbox_animation_summary">Halo message box animation for incoming notifications</string>
<string name="halo_msgbox_animation_none">None</string>
<string name="halo_msgbox_animation_flip">Flip</string>
<string name="halo_floating_windows">Floating Windows options</string>
<string name="halo_floating_windows_summary">Shortcut to Floating Windows options so you can use or not use with HALO</string>
<!-- Label for are-halo-notifications-allowed checkbox in app details [CHAR LIMIT=20] -->
<string name="app_halo_label_black">Blacklist from HALO</string>
<string name="app_halo_label_white">Whitelist from HALO</string>
Expand Down
6 changes: 6 additions & 0 deletions res/xml/halo_settings.xml
Expand Up @@ -76,4 +76,10 @@ limitations under the License.
android:summary="@string/halo_unlock_ping_summary"
android:defaultValue="false" />

<PreferenceScreen
android:key="floating_windows"
android:title="@string/halo_floating_windows"
android:fragment="com.android.settings.rr.FloatingWindows"
android:summary="@string/halo_floating_windows_summary"/>

</PreferenceScreen>

0 comments on commit 2358aee

Please sign in to comment.