diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/screenshot/data/repository/ProfileTypeRepositoryImpl.kt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/screenshot/data/repository/ProfileTypeRepositoryImpl.kt b/packages/SystemUI/src/com/android/systemui/screenshot/data/repository/ProfileTypeRepositoryImpl.kt index 42ad21bdf5e9..17ddf802b172 100644 --- a/packages/SystemUI/src/com/android/systemui/screenshot/data/repository/ProfileTypeRepositoryImpl.kt +++ b/packages/SystemUI/src/com/android/systemui/screenshot/data/repository/ProfileTypeRepositoryImpl.kt @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -@file:SuppressLint("MissingPermission") +@file:Suppress("MissingPermission") package com.android.systemui.screenshot.data.repository -import android.annotation.SuppressLint import android.annotation.UserIdInt import android.os.UserManager import com.android.systemui.dagger.qualifiers.Background |