diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 90e4794..cae95cd 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -530,7 +530,7 @@ - + diff --git a/src/android/support/v7/mms/ApnException.java b/src/android/support/v7/mms/ApnException.java index 322260a..78e0f15 100644 --- a/src/android/support/v7/mms/ApnException.java +++ b/src/android/support/v7/mms/ApnException.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; /** * APN exception diff --git a/src/android/support/v7/mms/ApnSettingsLoader.java b/src/android/support/v7/mms/ApnSettingsLoader.java index 9ccfc06..93b2585 100644 --- a/src/android/support/v7/mms/ApnSettingsLoader.java +++ b/src/android/support/v7/mms/ApnSettingsLoader.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import java.util.List; diff --git a/src/android/support/v7/mms/ApnsXmlParser.java b/src/android/support/v7/mms/ApnsXmlParser.java index 2d63136..a52c37d 100644 --- a/src/android/support/v7/mms/ApnsXmlParser.java +++ b/src/android/support/v7/mms/ApnsXmlParser.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.content.ContentValues; diff --git a/src/android/support/v7/mms/CarrierConfigValuesLoader.java b/src/android/support/v7/mms/CarrierConfigValuesLoader.java index 1cb5226..0dd8d35 100644 --- a/src/android/support/v7/mms/CarrierConfigValuesLoader.java +++ b/src/android/support/v7/mms/CarrierConfigValuesLoader.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.os.Bundle; diff --git a/src/android/support/v7/mms/CarrierConfigXmlParser.java b/src/android/support/v7/mms/CarrierConfigXmlParser.java index 2e95d52..394bab3 100644 --- a/src/android/support/v7/mms/CarrierConfigXmlParser.java +++ b/src/android/support/v7/mms/CarrierConfigXmlParser.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserException; diff --git a/src/android/support/v7/mms/DefaultApnSettingsLoader.java b/src/android/support/v7/mms/DefaultApnSettingsLoader.java index a4bd647..463f124 100644 --- a/src/android/support/v7/mms/DefaultApnSettingsLoader.java +++ b/src/android/support/v7/mms/DefaultApnSettingsLoader.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.content.ContentValues; import android.content.Context; diff --git a/src/android/support/v7/mms/DefaultCarrierConfigValuesLoader.java b/src/android/support/v7/mms/DefaultCarrierConfigValuesLoader.java index 1a45338..7e6e88b 100644 --- a/src/android/support/v7/mms/DefaultCarrierConfigValuesLoader.java +++ b/src/android/support/v7/mms/DefaultCarrierConfigValuesLoader.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.content.Context; import android.content.res.Resources; diff --git a/src/android/support/v7/mms/DefaultUserAgentInfoLoader.java b/src/android/support/v7/mms/DefaultUserAgentInfoLoader.java index e6191ce..8f18f6e 100644 --- a/src/android/support/v7/mms/DefaultUserAgentInfoLoader.java +++ b/src/android/support/v7/mms/DefaultUserAgentInfoLoader.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.content.Context; import android.telephony.TelephonyManager; diff --git a/src/android/support/v7/mms/DownloadRequest.java b/src/android/support/v7/mms/DownloadRequest.java index 5db01f8..a71bc55 100644 --- a/src/android/support/v7/mms/DownloadRequest.java +++ b/src/android/support/v7/mms/DownloadRequest.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.app.PendingIntent; import android.content.ContentResolver; diff --git a/src/android/support/v7/mms/MmsHttpClient.java b/src/android/support/v7/mms/MmsHttpClient.java index 241e4b8..4cbb201 100644 --- a/src/android/support/v7/mms/MmsHttpClient.java +++ b/src/android/support/v7/mms/MmsHttpClient.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.content.Context; import android.os.Bundle; diff --git a/src/android/support/v7/mms/MmsHttpException.java b/src/android/support/v7/mms/MmsHttpException.java index 545c66d..933cd37 100644 --- a/src/android/support/v7/mms/MmsHttpException.java +++ b/src/android/support/v7/mms/MmsHttpException.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; /** * HTTP exception diff --git a/src/android/support/v7/mms/MmsManager.java b/src/android/support/v7/mms/MmsManager.java index 642a141..c825d3e 100644 --- a/src/android/support/v7/mms/MmsManager.java +++ b/src/android/support/v7/mms/MmsManager.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.app.PendingIntent; import android.content.Context; diff --git a/src/android/support/v7/mms/MmsNetworkException.java b/src/android/support/v7/mms/MmsNetworkException.java index 77e0912..0f26b46 100644 --- a/src/android/support/v7/mms/MmsNetworkException.java +++ b/src/android/support/v7/mms/MmsNetworkException.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; /** * MMS network exception diff --git a/src/android/support/v7/mms/MmsNetworkManager.java b/src/android/support/v7/mms/MmsNetworkManager.java index 1021b5a..afcab8c 100644 --- a/src/android/support/v7/mms/MmsNetworkManager.java +++ b/src/android/support/v7/mms/MmsNetworkManager.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.content.BroadcastReceiver; import android.content.Context; diff --git a/src/android/support/v7/mms/MmsRequest.java b/src/android/support/v7/mms/MmsRequest.java index b96902e..f7877f8 100644 --- a/src/android/support/v7/mms/MmsRequest.java +++ b/src/android/support/v7/mms/MmsRequest.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.app.Activity; import android.app.PendingIntent; @@ -25,10 +26,10 @@ import android.net.Uri; import android.os.Bundle; import android.os.Parcel; import android.os.Parcelable; -import androidx.appcompat.mms.pdu.GenericPdu; -import androidx.appcompat.mms.pdu.PduHeaders; -import androidx.appcompat.mms.pdu.PduParser; -import androidx.appcompat.mms.pdu.SendConf; +import android.support.v7.mms.pdu.GenericPdu; +import android.support.v7.mms.pdu.PduHeaders; +import android.support.v7.mms.pdu.PduParser; +import android.support.v7.mms.pdu.SendConf; import android.telephony.SmsManager; import android.text.TextUtils; import android.util.Log; diff --git a/src/android/support/v7/mms/MmsService.java b/src/android/support/v7/mms/MmsService.java index fb2dee8..061818a 100644 --- a/src/android/support/v7/mms/MmsService.java +++ b/src/android/support/v7/mms/MmsService.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.app.Service; import android.content.Context; diff --git a/src/android/support/v7/mms/MmsXmlResourceParser.java b/src/android/support/v7/mms/MmsXmlResourceParser.java index 60d1ed7..6c7f889 100644 --- a/src/android/support/v7/mms/MmsXmlResourceParser.java +++ b/src/android/support/v7/mms/MmsXmlResourceParser.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.util.Log; diff --git a/src/android/support/v7/mms/PhoneNumberHelper.java b/src/android/support/v7/mms/PhoneNumberHelper.java index a5bebae..a65fc75 100644 --- a/src/android/support/v7/mms/PhoneNumberHelper.java +++ b/src/android/support/v7/mms/PhoneNumberHelper.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.text.TextUtils; import android.util.Log; diff --git a/src/android/support/v7/mms/SendRequest.java b/src/android/support/v7/mms/SendRequest.java index a36ffc4..14723be 100644 --- a/src/android/support/v7/mms/SendRequest.java +++ b/src/android/support/v7/mms/SendRequest.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.app.PendingIntent; import android.content.ContentResolver; diff --git a/src/android/support/v7/mms/UserAgentInfoLoader.java b/src/android/support/v7/mms/UserAgentInfoLoader.java index 783f99c..29b58e4 100644 --- a/src/android/support/v7/mms/UserAgentInfoLoader.java +++ b/src/android/support/v7/mms/UserAgentInfoLoader.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; /** * Interface to load UserAgent and UA Prof URL diff --git a/src/android/support/v7/mms/Utils.java b/src/android/support/v7/mms/Utils.java index 593e444..06deeb7 100644 --- a/src/android/support/v7/mms/Utils.java +++ b/src/android/support/v7/mms/Utils.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +15,7 @@ * limitations under the License. */ -package androidx.appcompat.mms; +package android.support.v7.mms; import android.content.Context; import android.content.res.Configuration; diff --git a/src/android/support/v7/mms/pdu/AcknowledgeInd.java b/src/android/support/v7/mms/pdu/AcknowledgeInd.java index b2ca729..463a86b 100644 --- a/src/android/support/v7/mms/pdu/AcknowledgeInd.java +++ b/src/android/support/v7/mms/pdu/AcknowledgeInd.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; /** * M-Acknowledge.ind PDU. diff --git a/src/android/support/v7/mms/pdu/Base64.java b/src/android/support/v7/mms/pdu/Base64.java index 18c2959..81c6676 100644 --- a/src/android/support/v7/mms/pdu/Base64.java +++ b/src/android/support/v7/mms/pdu/Base64.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; public class Base64 { /** diff --git a/src/android/support/v7/mms/pdu/CharacterSets.java b/src/android/support/v7/mms/pdu/CharacterSets.java index e03ee60..0bfe646 100644 --- a/src/android/support/v7/mms/pdu/CharacterSets.java +++ b/src/android/support/v7/mms/pdu/CharacterSets.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; import java.io.UnsupportedEncodingException; import java.util.HashMap; diff --git a/src/android/support/v7/mms/pdu/ContentType.java b/src/android/support/v7/mms/pdu/ContentType.java index c802416..c52c75b 100644 --- a/src/android/support/v7/mms/pdu/ContentType.java +++ b/src/android/support/v7/mms/pdu/ContentType.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007-2008 Esmertec AG. * Copyright (C) 2007-2008 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; import java.util.ArrayList; diff --git a/src/android/support/v7/mms/pdu/DeliveryInd.java b/src/android/support/v7/mms/pdu/DeliveryInd.java index 1ee1539..d15fe9f 100644 --- a/src/android/support/v7/mms/pdu/DeliveryInd.java +++ b/src/android/support/v7/mms/pdu/DeliveryInd.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; /** * M-Delivery.Ind Pdu. diff --git a/src/android/support/v7/mms/pdu/EncodedStringValue.java b/src/android/support/v7/mms/pdu/EncodedStringValue.java index 0a5d2be..0f1eccb 100644 --- a/src/android/support/v7/mms/pdu/EncodedStringValue.java +++ b/src/android/support/v7/mms/pdu/EncodedStringValue.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007-2008 Esmertec AG. * Copyright (C) 2007-2008 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; import android.util.Log; diff --git a/src/android/support/v7/mms/pdu/GenericPdu.java b/src/android/support/v7/mms/pdu/GenericPdu.java index a19520c..3f4eda3 100644 --- a/src/android/support/v7/mms/pdu/GenericPdu.java +++ b/src/android/support/v7/mms/pdu/GenericPdu.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; public class GenericPdu { /** diff --git a/src/android/support/v7/mms/pdu/InvalidHeaderValueException.java b/src/android/support/v7/mms/pdu/InvalidHeaderValueException.java index 6df4974..d328e3e 100644 --- a/src/android/support/v7/mms/pdu/InvalidHeaderValueException.java +++ b/src/android/support/v7/mms/pdu/InvalidHeaderValueException.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; /** * Thrown when an invalid header value was set. diff --git a/src/android/support/v7/mms/pdu/MmsException.java b/src/android/support/v7/mms/pdu/MmsException.java index 1237e90..05a1de9 100644 --- a/src/android/support/v7/mms/pdu/MmsException.java +++ b/src/android/support/v7/mms/pdu/MmsException.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; /** * A generic exception that is thrown by the Mms client. diff --git a/src/android/support/v7/mms/pdu/MultimediaMessagePdu.java b/src/android/support/v7/mms/pdu/MultimediaMessagePdu.java index 69670b6..f5d26a3 100644 --- a/src/android/support/v7/mms/pdu/MultimediaMessagePdu.java +++ b/src/android/support/v7/mms/pdu/MultimediaMessagePdu.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; /** * Multimedia message PDU. diff --git a/src/android/support/v7/mms/pdu/NotificationInd.java b/src/android/support/v7/mms/pdu/NotificationInd.java index cad6ac4..a755660 100644 --- a/src/android/support/v7/mms/pdu/NotificationInd.java +++ b/src/android/support/v7/mms/pdu/NotificationInd.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; /** * M-Notification.ind PDU. diff --git a/src/android/support/v7/mms/pdu/NotifyRespInd.java b/src/android/support/v7/mms/pdu/NotifyRespInd.java index c28458b..3b07e84 100644 --- a/src/android/support/v7/mms/pdu/NotifyRespInd.java +++ b/src/android/support/v7/mms/pdu/NotifyRespInd.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; /** * M-NofifyResp.ind PDU. diff --git a/src/android/support/v7/mms/pdu/PduBody.java b/src/android/support/v7/mms/pdu/PduBody.java index fa2b4a6..4fdc503 100644 --- a/src/android/support/v7/mms/pdu/PduBody.java +++ b/src/android/support/v7/mms/pdu/PduBody.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; import java.util.HashMap; import java.util.Map; diff --git a/src/android/support/v7/mms/pdu/PduContentTypes.java b/src/android/support/v7/mms/pdu/PduContentTypes.java index 9639119..8644b87 100644 --- a/src/android/support/v7/mms/pdu/PduContentTypes.java +++ b/src/android/support/v7/mms/pdu/PduContentTypes.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; public class PduContentTypes { /** diff --git a/src/android/support/v7/mms/pdu/PduHeaders.java b/src/android/support/v7/mms/pdu/PduHeaders.java index bea31bf..7c6f68b 100644 --- a/src/android/support/v7/mms/pdu/PduHeaders.java +++ b/src/android/support/v7/mms/pdu/PduHeaders.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; import java.util.ArrayList; import java.util.HashMap; diff --git a/src/android/support/v7/mms/pdu/PduParser.java b/src/android/support/v7/mms/pdu/PduParser.java index 206aa12..02c452d 100755 --- a/src/android/support/v7/mms/pdu/PduParser.java +++ b/src/android/support/v7/mms/pdu/PduParser.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007-2008 Esmertec AG. * Copyright (C) 2007-2008 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; import android.util.Log; diff --git a/src/android/support/v7/mms/pdu/PduPart.java b/src/android/support/v7/mms/pdu/PduPart.java index b20045e..8c438b4 100644 --- a/src/android/support/v7/mms/pdu/PduPart.java +++ b/src/android/support/v7/mms/pdu/PduPart.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007-2008 Esmertec AG. * Copyright (C) 2007-2008 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; import android.net.Uri; diff --git a/src/android/support/v7/mms/pdu/QuotedPrintable.java b/src/android/support/v7/mms/pdu/QuotedPrintable.java index 2e16581..c746138 100644 --- a/src/android/support/v7/mms/pdu/QuotedPrintable.java +++ b/src/android/support/v7/mms/pdu/QuotedPrintable.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; import java.io.ByteArrayOutputStream; diff --git a/src/android/support/v7/mms/pdu/ReadOrigInd.java b/src/android/support/v7/mms/pdu/ReadOrigInd.java index c0e37ee..0768a46 100644 --- a/src/android/support/v7/mms/pdu/ReadOrigInd.java +++ b/src/android/support/v7/mms/pdu/ReadOrigInd.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; public class ReadOrigInd extends GenericPdu { /** diff --git a/src/android/support/v7/mms/pdu/ReadRecInd.java b/src/android/support/v7/mms/pdu/ReadRecInd.java index bd0848c..4f1cc0d 100644 --- a/src/android/support/v7/mms/pdu/ReadRecInd.java +++ b/src/android/support/v7/mms/pdu/ReadRecInd.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; public class ReadRecInd extends GenericPdu { /** diff --git a/src/android/support/v7/mms/pdu/RetrieveConf.java b/src/android/support/v7/mms/pdu/RetrieveConf.java index 4da42eb..00f0791 100644 --- a/src/android/support/v7/mms/pdu/RetrieveConf.java +++ b/src/android/support/v7/mms/pdu/RetrieveConf.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; /** * M-Retrive.conf Pdu. diff --git a/src/android/support/v7/mms/pdu/SendConf.java b/src/android/support/v7/mms/pdu/SendConf.java index 94a9abc..ac4ab92 100644 --- a/src/android/support/v7/mms/pdu/SendConf.java +++ b/src/android/support/v7/mms/pdu/SendConf.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007 Esmertec AG. * Copyright (C) 2007 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; public class SendConf extends GenericPdu { /** diff --git a/src/android/support/v7/mms/pdu/SendReq.java b/src/android/support/v7/mms/pdu/SendReq.java index bf3b32c..71e0c40 100644 --- a/src/android/support/v7/mms/pdu/SendReq.java +++ b/src/android/support/v7/mms/pdu/SendReq.java @@ -1,6 +1,7 @@ /* * Copyright (C) 2007-2008 Esmertec AG. * Copyright (C) 2007-2008 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +16,7 @@ * limitations under the License. */ -package androidx.appcompat.mms.pdu; +package android.support.v7.mms.pdu; import android.util.Log; diff --git a/src/com/android/messaging/BugleApplication.java b/src/com/android/messaging/BugleApplication.java index 502ce53..d3d8a99 100644 --- a/src/com/android/messaging/BugleApplication.java +++ b/src/com/android/messaging/BugleApplication.java @@ -25,8 +25,8 @@ import android.content.IntentFilter; import android.content.res.Configuration; import android.os.Handler; import android.os.Looper; -import androidx.appcompat.mms.CarrierConfigValuesLoader; -import androidx.appcompat.mms.MmsManager; +import android.support.v7.mms.CarrierConfigValuesLoader; +import android.support.v7.mms.MmsManager; import android.telephony.CarrierConfigManager; import com.android.messaging.datamodel.DataModel; diff --git a/src/com/android/messaging/datamodel/data/ParticipantData.java b/src/com/android/messaging/datamodel/data/ParticipantData.java index 95c74e2..239f382 100644 --- a/src/com/android/messaging/datamodel/data/ParticipantData.java +++ b/src/com/android/messaging/datamodel/data/ParticipantData.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +26,7 @@ import android.os.Parcelable; import android.telephony.SubscriptionInfo; import android.text.TextUtils; -import androidx.appcompat.mms.MmsManager; +import android.support.v7.mms.MmsManager; import androidx.collection.ArrayMap; import com.android.ex.chips.RecipientEntry; diff --git a/src/com/android/messaging/sms/BugleApnSettingsLoader.java b/src/com/android/messaging/sms/BugleApnSettingsLoader.java index 36820ff..d3bb82c 100644 --- a/src/com/android/messaging/sms/BugleApnSettingsLoader.java +++ b/src/com/android/messaging/sms/BugleApnSettingsLoader.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,8 +24,8 @@ import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteException; import android.net.Uri; import android.provider.Telephony; -import androidx.appcompat.mms.ApnSettingsLoader; -import androidx.appcompat.mms.MmsManager; +import android.support.v7.mms.ApnSettingsLoader; +import android.support.v7.mms.MmsManager; import android.text.TextUtils; import android.util.SparseArray; diff --git a/src/com/android/messaging/sms/BugleCarrierConfigValuesLoader.java b/src/com/android/messaging/sms/BugleCarrierConfigValuesLoader.java index 51f17cb..6ad9201 100644 --- a/src/com/android/messaging/sms/BugleCarrierConfigValuesLoader.java +++ b/src/com/android/messaging/sms/BugleCarrierConfigValuesLoader.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +22,7 @@ import android.content.res.Configuration; import android.content.res.Resources; import android.content.res.XmlResourceParser; import android.os.Bundle; -import androidx.appcompat.mms.CarrierConfigValuesLoader; +import android.support.v7.mms.CarrierConfigValuesLoader; import android.util.SparseArray; import com.android.messaging.R; diff --git a/src/com/android/messaging/sms/BugleUserAgentInfoLoader.java b/src/com/android/messaging/sms/BugleUserAgentInfoLoader.java index 2b1dcd6..9612934 100644 --- a/src/com/android/messaging/sms/BugleUserAgentInfoLoader.java +++ b/src/com/android/messaging/sms/BugleUserAgentInfoLoader.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +18,7 @@ package com.android.messaging.sms; import android.content.Context; -import androidx.appcompat.mms.UserAgentInfoLoader; +import android.support.v7.mms.UserAgentInfoLoader; import android.telephony.TelephonyManager; import android.text.TextUtils; diff --git a/src/com/android/messaging/sms/MmsConfig.java b/src/com/android/messaging/sms/MmsConfig.java index 187e677..6cb7ca5 100755 --- a/src/com/android/messaging/sms/MmsConfig.java +++ b/src/com/android/messaging/sms/MmsConfig.java @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 The Android Open Source Project + * Copyright (C) 2024 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +18,7 @@ package com.android.messaging.sms; import android.os.Bundle; -import androidx.appcompat.mms.CarrierConfigValuesLoader; +import android.support.v7.mms.CarrierConfigValuesLoader; import android.telephony.SubscriptionInfo; import com.android.messaging.Factory; diff --git a/src/com/android/messaging/sms/MmsSender.java b/src/com/android/messaging/sms/MmsSender.java index b8da483..555aecd 100644 --- a/src/com/android/messaging/sms/MmsSender.java +++ b/src/com/android/messaging/sms/MmsSender.java @@ -23,7 +23,7 @@ import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Bundle; -import androidx.appcompat.mms.MmsManager; +import android.support.v7.mms.MmsManager; import android.telephony.SmsManager; import com.android.messaging.datamodel.MmsFileProvider; diff --git a/src/com/android/messaging/ui/appsettings/PerSubscriptionSettingsActivity.java b/src/com/android/messaging/ui/appsettings/PerSubscriptionSettingsActivity.java index 8e37be3..c19e130 100644 --- a/src/com/android/messaging/ui/appsettings/PerSubscriptionSettingsActivity.java +++ b/src/com/android/messaging/ui/appsettings/PerSubscriptionSettingsActivity.java @@ -29,10 +29,10 @@ import android.preference.Preference.OnPreferenceClickListener; import android.preference.PreferenceCategory; import android.preference.PreferenceFragment; import android.preference.PreferenceScreen; +import android.support.v7.mms.MmsManager; import android.text.TextUtils; import android.view.MenuItem; -import androidx.appcompat.mms.MmsManager; import androidx.core.app.NavUtils; import com.android.messaging.Factory;