diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-12-18 14:58:25 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-12-18 14:58:25 +0330 |
commit | 9313767a800f16e01a05c577183b5e6399c3f76d (patch) | |
tree | 8bca2a5c5e409c73e59c56880f23f6e3c32efb55 /app/src/main/AndroidManifest.xml | |
parent | 5a670d6cae41d77280a98936f2baddf31f069656 (diff) |
great appreciations to https://github.com/hadibolty/ for reporting bugs, a lot of bugs got fixed
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8d7bca4..74b91e0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -3,6 +3,7 @@ xmlns:tools="http://schemas.android.com/tools"> <application + android:name="com.a404m.calculator.ContextHelper" android:allowBackup="true" android:dataExtractionRules="@xml/data_extraction_rules" android:fullBackupContent="@xml/backup_rules" |