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