Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit ac6744e

Browse files
committed
fix spelling error
1 parent 77eb85c commit ac6744e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/packagedata.lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ function _mkStandardApps() {
513513
pkgname="$(trim "$(adb $ADBOPTS shell cmd package resolve-activity http://www.example.com/ |grep packageName|head -n 1)")"
514514
_defAppLine "Browser" "${pkgname}"
515515
pkgname="$(trim "$(adb $ADBOPTS shell cmd package resolve-activity sms://123456 |grep packageName|head -n 1)")"
516-
_defAppLine "Messenging" "${pkgname}"
516+
_defAppLine "Messaging" "${pkgname}"
517517
pkgname="$(trim "$(adb $ADBOPTS shell cmd package resolve-activity -a android.intent.action.MUSIC_PLAYER |grep packageName|head -n 1)")"
518518
_defAppLine "Music" "${pkgname}"
519519
pkgname="$(trim "$(adb $ADBOPTS shell cmd package resolve-activity -a android.media.action.IMAGE_CAPTURE |grep packageName|head -n 1)")"

0 commit comments

Comments
 (0)