Skip to content

Commit

Permalink
Change task label to "Debug Menu".
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgehankalkan committed Dec 13, 2023
1 parent 4f6d421 commit d130c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/debug-menu/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<activity
android:name=".internal.ui.DebugMenuActivity"
android:launchMode="singleInstance"
android:label="@string/dev_tools_notification_title"
android:label="@string/label"
android:taskAffinity="com.trendyol.android.devtools.debugmenu.task"
android:theme="@style/Theme.Devtools" />
</application>
Expand Down
1 change: 1 addition & 0 deletions libraries/debug-menu/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<resources>
<string name="label">Debug Menu</string>
<string name="dev_tools_notification_title">Dev Tools</string>
<string name="dev_tools_notification_description">Tap to open Dev Tools</string>
<string name="dev_tools_notification_name">Android Dev Tools</string>
Expand Down

0 comments on commit d130c1d

Please sign in to comment.