Skip to content

Commit 2aa0be0

Browse files
committed
Add hint: RUN_ANY_IN_BACKGROUND may reset itself (normal behavior)
1 parent 2f43b53 commit 2aa0be0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

app/src/main/res/layout/bottom_sheet_app_detail.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,15 @@
166166
android:textSize="12sp" />
167167
</LinearLayout>
168168

169+
<TextView
170+
android:layout_width="match_parent"
171+
android:layout_height="wrap_content"
172+
android:layout_marginTop="4dp"
173+
android:text="@string/hint_run_any_bg"
174+
android:textColor="@color/on_surface_secondary"
175+
android:textSize="10sp"
176+
android:fontStyle="italic" />
177+
169178
<View android:layout_width="match_parent" android:layout_height="1dp"
170179
android:background="@color/outline" android:layout_marginVertical="12dp" />
171180

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<string name="action_uninstall">Uninstall</string>
6565
<string name="action_restrict_bg">Restrict Background</string>
6666
<string name="action_allow_bg">Allow Background</string>
67+
<string name="hint_run_any_bg">This value may reset itself, this is normal.</string>
6768

6869
<!-- Navigation -->
6970
<string name="nav_apps">Apps</string>

0 commit comments

Comments
 (0)