blob: c6989749f37c0f04b5a9a360eab4fe7198071aaa [file] [log] [blame]
Michael Bestasdd2506a2023-07-20 20:53:02 +03001# SPDX-FileCopyrightText: 2022-2023 The LineageOS Project
2# SPDX-License-Identifier: Apache-2.0
3
Sebastiano Barezzi418f32c2022-08-01 18:04:08 +02004# Add project specific ProGuard rules here.
5# You can control the set of applied configuration files using the
6# proguardFiles setting in build.gradle.
7#
8# For more details, see
9# http://developer.android.com/guide/developing/tools/proguard.html
10
11# If your project uses WebView with JS, uncomment the following
12# and specify the fully qualified class name to the JavaScript interface
13# class:
14#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
15# public *;
16#}
17
18# Uncomment this to preserve the line number information for
19# debugging stack traces.
20#-keepattributes SourceFile,LineNumberTable
21
22# If you keep the line number information, uncomment this to
23# hide the original source file name.
LuK13373043adc2022-09-06 20:30:56 +020024#-renamesourcefileattribute SourceFile
Luca Stefani1c641022023-07-26 15:54:35 +020025
26# Any class extending SettingsFragment can be referenced in XML.
27-keep class ** extends org.lineageos.aperture.SettingsActivity$SettingsFragment