diff options
Diffstat (limited to 'res/layout/installed_app_details.xml')
-rw-r--r-- | res/layout/installed_app_details.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/installed_app_details.xml b/res/layout/installed_app_details.xml index b7f8f15..577cfd4 100644 --- a/res/layout/installed_app_details.xml +++ b/res/layout/installed_app_details.xml @@ -62,6 +62,14 @@ android:layout_marginTop="4dip" android:text="@string/app_notifications_switch_label" /> + <!-- Enable Privacy Guard for an application --> + <CheckBox android:id="@+id/privacy_guard_switch" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="start" + android:layout_marginTop="4dip" + android:text="@string/privacy_guard_switch_label" /> + </LinearLayout> <TextView |