diff options
author | Fedor917 <cryscript@gmail.com> | 2016-10-26 00:02:15 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-10-26 00:02:15 +0700 |
commit | 4a6f194ca90f6975820d22008fd93af691957cef (patch) | |
tree | a88ccfadec9c524a6f5404a2a9ad52dd42c9f563 /doze/proguard.flags | |
parent | 514fff9c46d0e960ce1f57d6d38de6a15f6501f4 (diff) |
Initial commit
Diffstat (limited to 'doze/proguard.flags')
-rw-r--r-- | doze/proguard.flags | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doze/proguard.flags b/doze/proguard.flags new file mode 100644 index 0000000..a21e62f --- /dev/null +++ b/doze/proguard.flags @@ -0,0 +1,3 @@ +-keep class com.cyanogenmod.settings.doze.* { + *; +} |