diff options
author | Bruno Martins <bgcngm@gmail.com> | 2016-06-23 14:54:44 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-25 02:09:47 +0100 |
commit | e0d0f5c87d62c9410aa62bf30df271f85728f7bd (patch) | |
tree | 8489bbe43ffb5bd76cc1e827183f946afecb73b8 | |
parent | 8fd6361f5dbf11b3ce624bbe4759f13a83c5f9f4 (diff) |
Enable Factory Reset Protection (FRP)
-rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index e771f67..4e62e35 100644 --- a/system.prop +++ b/system.prop @@ -147,3 +147,6 @@ persist.data.df.dev_name=rmnet_usb0 # TimeService persist.timed.enable=true + +# FRP +ro.frp.pst=/dev/block/bootdevice/by-name/frp |