Imported Debian patch 0.1.0+git20131207+e452e83-0ubuntu12
[deb_libhybris.git] / debian / getprop.1
1 .TH GETPROP 1 "July 1, 2013"
2 .SH NAME
3 getprop \- get property via the android property service
4 .SH SYNOPSIS
5 .B getprop
6 .RI "[property] [default]"
7 .SH DESCRIPTION
8 .PP
9 \fBgetprop\fP is an android utility to retrive a property via the android property service.
10
11 All properties and values are retrieved when there's no argument.
12
13 .SH OPTIONS
14 .TP
15 .B property
16 Name of the property to be retrieved
17 .TP
18 .B default
19 Default property value in case it's not available in the android property service
20 .SH AUTHOR
21 getprop is originally available in the Android AOSP project.
22 .PP
23 This manual page was written by Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>,
24 for the Debian project (and may be used by others).