Add UserLeaveHintListener.java, so that the settings won't use its implementation around Activity#onUserLeaveHint(). Also fragmentize bluetooth tethering screen. Change-Id: Id06ae3161fbdb5854ddb7a257f464fb16ea9b089
7 lines
289 B
Plaintext
7 lines
289 B
Plaintext
# Keep all Fragments in this package, which are used by reflection.
|
|
-keep class com.android.settings.*Fragment
|
|
-keep class com.android.settings.*Picker
|
|
-keep class com.android.settings.*Settings
|
|
-keep class com.android.settings.wifi.*Settings
|
|
-keep class com.android.settings.deviceinfo.*
|