Files
rr3-apk/smali_classes2/com/ea/eadp/pushnotification/models/PushNotificationConfig.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

362 lines
9.5 KiB
Smali

.class public Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field private appId:Ljava/lang/String;
.field private appVersion:Ljava/lang/String;
.field private country:Ljava/lang/String;
.field private dateOfBirth:Ljava/lang/String;
.field private deviceIdentifier:Ljava/lang/String;
.field private deviceType:Ljava/lang/String;
.field private disabled:Z
.field private disabledReason:Ljava/lang/String;
.field private locale:Ljava/lang/String;
.field private manufacturer:Ljava/lang/String;
.field private model:Ljava/lang/String;
.field private operatingSystem:Ljava/lang/String;
.field private registrationIdentifier:Ljava/lang/String;
.field private silentIntervalEnd:Ljava/lang/Integer;
.field private silentIntervalStart:Ljava/lang/Integer;
.field private timezone:Ljava/util/TimeZone;
.field private userAlias:Ljava/lang/String;
# direct methods
.method public constructor <init>()V
.locals 1
.line 84
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 85
sget-object v0, Landroid/os/Build;->MANUFACTURER:Ljava/lang/String;
iput-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->manufacturer:Ljava/lang/String;
.line 86
sget-object v0, Landroid/os/Build$VERSION;->RELEASE:Ljava/lang/String;
iput-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->operatingSystem:Ljava/lang/String;
.line 87
sget-object v0, Landroid/os/Build;->MODEL:Ljava/lang/String;
iput-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->model:Ljava/lang/String;
const-string v0, "android"
iput-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->deviceType:Ljava/lang/String;
.line 89
invoke-static {}, Ljava/util/Locale;->getDefault()Ljava/util/Locale;
move-result-object v0
invoke-virtual {v0}, Ljava/util/Locale;->toString()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->locale:Ljava/lang/String;
.line 90
invoke-static {}, Ljava/util/TimeZone;->getDefault()Ljava/util/TimeZone;
move-result-object v0
iput-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->timezone:Ljava/util/TimeZone;
return-void
.end method
# virtual methods
.method public getAppId()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->appId:Ljava/lang/String;
return-object v0
.end method
.method public getAppVersion()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->appVersion:Ljava/lang/String;
return-object v0
.end method
.method public getCountry()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->country:Ljava/lang/String;
return-object v0
.end method
.method public getDateOfBirth()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->dateOfBirth:Ljava/lang/String;
return-object v0
.end method
.method public getDeviceIdentifier()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->deviceIdentifier:Ljava/lang/String;
return-object v0
.end method
.method public getDeviceType()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->deviceType:Ljava/lang/String;
return-object v0
.end method
.method public getDisabledReason()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->disabledReason:Ljava/lang/String;
return-object v0
.end method
.method public getLocale()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->locale:Ljava/lang/String;
return-object v0
.end method
.method public getManufacturer()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->manufacturer:Ljava/lang/String;
return-object v0
.end method
.method public getModel()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->model:Ljava/lang/String;
return-object v0
.end method
.method public getOperatingSystem()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->operatingSystem:Ljava/lang/String;
return-object v0
.end method
.method public getRegistrationIdentifier()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->registrationIdentifier:Ljava/lang/String;
return-object v0
.end method
.method public getSilentIntervalEnd()Ljava/lang/Integer;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->silentIntervalEnd:Ljava/lang/Integer;
return-object v0
.end method
.method public getSilentIntervalStart()Ljava/lang/Integer;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->silentIntervalStart:Ljava/lang/Integer;
return-object v0
.end method
.method public getTimezone()Ljava/util/TimeZone;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->timezone:Ljava/util/TimeZone;
return-object v0
.end method
.method public getUserAlias()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->userAlias:Ljava/lang/String;
return-object v0
.end method
.method public isDisabled()Z
.locals 1
iget-boolean v0, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->disabled:Z
return v0
.end method
.method public setAppId(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->appId:Ljava/lang/String;
return-void
.end method
.method public setAppVersion(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->appVersion:Ljava/lang/String;
return-void
.end method
.method public setCountry(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->country:Ljava/lang/String;
return-void
.end method
.method public setDateOfBirth(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->dateOfBirth:Ljava/lang/String;
return-void
.end method
.method public setDeviceIdentifier(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->deviceIdentifier:Ljava/lang/String;
return-void
.end method
.method public setDeviceType(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->deviceType:Ljava/lang/String;
return-void
.end method
.method public setDisabled(Z)V
.locals 0
iput-boolean p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->disabled:Z
return-void
.end method
.method public setDisabledReason(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->disabledReason:Ljava/lang/String;
return-void
.end method
.method public setLocale(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->locale:Ljava/lang/String;
return-void
.end method
.method public setManufacturer(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->manufacturer:Ljava/lang/String;
return-void
.end method
.method public setModel(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->model:Ljava/lang/String;
return-void
.end method
.method public setOperatingSystem(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->operatingSystem:Ljava/lang/String;
return-void
.end method
.method public setRegistrationIdentifier(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->registrationIdentifier:Ljava/lang/String;
return-void
.end method
.method public setSilentIntervalEnd(Ljava/lang/Integer;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->silentIntervalEnd:Ljava/lang/Integer;
return-void
.end method
.method public setSilentIntervalStart(Ljava/lang/Integer;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->silentIntervalStart:Ljava/lang/Integer;
return-void
.end method
.method public setTimezone(Ljava/util/TimeZone;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->timezone:Ljava/util/TimeZone;
return-void
.end method
.method public setUserAlias(Ljava/lang/String;)V
.locals 0
iput-object p1, p0, Lcom/ea/eadp/pushnotification/models/PushNotificationConfig;->userAlias:Ljava/lang/String;
return-void
.end method