# LocationUtil **Repository Path**: openharmony-tpc/LocationUtil ## Basic Information - **Project Name**: LocationUtil - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-24 - **Last Updated**: 2025-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [LocationUtil](https://gitcode.com/openharmony-tpc/LocationUtil)。| ⚠️ This repository has been archived. For the new address, please visit [LocationUtil](https://gitcode.com/openharmony-tpc/LocationUtil).** > --- > # OpenHarmonyUtilCode OpenHarmonyUtilCode library is a ETS Library that supports common utility functions like Clean Utility(Cleaning the Cache, files and application data), Location utility services (Commonly used location based services), Etc. ## Installation Instructions npm install https://github.com/Applib-OpenHarmony/OpenHarmonyUtilCode #### After Installation, For Local Demonstration, Run npm install ## Clean Utils Clean Utils is Open Harmony ETS Library that performs cleaning operations of an application and its data. Clean Utils can perform the following: * Cleaning the Internal Cache * Cleaning all the files of the application * Cleaning the custom directory of an application * Cleaning all databases of an application * Cleaning a custom database * Cleaning the Shared Preferences ### Importing Clean Utils ```js import { CleanUtils } from '@ohos/utilcode'; ``` # Compatibility Supports OpenHarmony API Version 8