sebaubuntu_libs.libandroid.props.utils
Functions
|
|
|
Get a list of props given a string to format. |
- sebaubuntu_libs.libandroid.props.utils.get_partition_props(format_string: str, add_empty: bool = False)
Get a list of props given a string to format.
If add_empty is True, you need to omit a dot at the end of the partition (e.g. “ro.{}.build.date” if add_empty is False, “ro.{}build.date” otherwise).