diff options
author | Matt Porter <mporter@konsulko.com> | 2018-05-10 12:33:35 -0400 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2018-05-11 14:55:44 -0400 |
commit | 9e7df33f38d650047f40f7e4e0c42c220bd03db4 (patch) | |
tree | 0576006c543434300859eb74e3d94428058878bb /package | |
parent | 3db8165f916329eb1b21693f8d3fc2bc692bf597 (diff) |
app: update application name to be more concise
The current application name is very awkward in logs so rename
this to "Phone Dialer Application"
Change-Id: Ib417082717cb8af7e429f6aabc95a59146f14d18
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/config.xml b/package/config.xml index e716936..ac580f0 100644 --- a/package/config.xml +++ b/package/config.xml @@ -3,7 +3,7 @@ <name>Phone</name> <icon src="icon.svg"/> <content src="bin/phone" type="application/vnd.agl.native"/> - <description>This is a demo phone application</description> + <description>Phone Dialer Application</description> <author>Qt</author> <license>APL 2.0</license> <feature name="urn:AGL:widget:required-api"> |