Imported Debian patch 0.1.0+git20131207+e452e83-0ubuntu12
[deb_libhybris.git] / debian / setprop.1
1 .TH SETPROP 1 "July 1, 2013"
2 .SH NAME
3 setprop \- set property via the android property service
4 .SH SYNOPSIS
5 .B setprop
6 .RI "property value"
7 .SH DESCRIPTION
8 .PP
9 \fBsetprop\fP is an android utility to set up a property via the android property service.
10 .SH OPTIONS
11 .TP
12 .B property
13 Name of the property to be set
14 .TP
15 .B value
16 Value of the property (string, numbers, etc)
17 .SH AUTHOR
18 setprop is originally available in the Android AOSP project.
19 .PP
20 This manual page was written by Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>,
21 for the Debian project (and may be used by others).