From fd58566a3903794987f1b4d439710eef4db3ce69 Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Sat, 27 Sep 2025 12:45:04 +0000 Subject: [PATCH] Add README.md --- README.en.md | 39 +++++++++++++++++++++++++++++++++++++++ README.md | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 README.en.md create mode 100644 README.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..98d63fa --- /dev/null +++ b/README.en.md @@ -0,0 +1,39 @@ +# ActivityLauncherForAndroid + +An Android activity launcher application that allows users to browse and launch applications and their activities installed on the device. + +## Features + +- Browse all applications installed on the device. +- View detailed information for each application, including name, icon, and description. +- Search for specific applications or activities. +- Supports sorting and filtering the application list. +- Supports multi-window mode and configuration changes. + +## Installation + +Ensure you have [Android Studio](https://developer.android.com/studio) and the necessary SDK tools installed. Then clone this repository and open the project in Android Studio to build and deploy. + +```bash +git clone https://gitee.com/HelloTool/ActivityLauncherForAndroid.git +``` + +## Usage + +1. After opening the app, the main interface will display all applications installed on the device. +2. Tap any application icon or name to view detailed information and related activities of the app. +3. On the application details page, you can select and launch a specific activity. +4. Use the search function to quickly find the desired application or activity. +5. Utilize sorting and filtering options to better organize the application list. + +## Contribution + +Code contributions and suggestions are welcome! Please participate in improving the project by submitting Pull Requests or Issues. + +## License + +This project is licensed under the MIT License. Please refer to the [LICENSE](LICENSE) file for details. + +## Open Source Declaration + +This project complies with relevant legal regulations for open-source software, and all third-party libraries adhere to their respective licenses. For more details, please refer to the [os_notices.md](docs/legal/os_notices.md) file. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..debd56f --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# ActivityLauncherForAndroid + +一个 Android 活动启动器应用,允许用户浏览并启动设备上安装的应用程序及其活动。 + +## 特性 + +- 浏览设备上安装的所有应用程序。 +- 查看每个应用程序的详细信息,包括名称、图标和描述。 +- 搜索特定的应用程序或活动。 +- 支持排序和过滤应用列表。 +- 支持多窗口模式和配置更改。 + +## 安装 + +确保你已经安装了 [Android Studio](https://developer.android.com/studio) 和必要的 SDK 工具。然后克隆此仓库并在 Android Studio 中打开项目进行构建和部署。 + +```bash +git clone https://gitee.com/HelloTool/ActivityLauncherForAndroid.git +``` + +## 使用 + +1. 打开应用后,主界面会显示设备上安装的所有应用程序。 +2. 点击任意应用图标或名称,可以查看该应用的详细信息和相关活动。 +3. 在应用详情页面,可以选择并启动特定的活动。 +4. 使用搜索功能快速找到所需的应用或活动。 +5. 利用排序和过滤选项来更好地组织应用列表。 + +## 贡献 + +欢迎贡献代码和提出建议!请通过提交 Pull Request 或 Issue 来参与改进项目。 + +## 许可证 + +本项目采用 MIT 许可证。详情请查看 [LICENSE](LICENSE) 文件。 + +## 开源声明 + +本项目遵循开源软件的相关法律规定,所有第三方库均遵守其各自的许可证。更多详情请参阅 [os_notices.md](docs/legal/os_notices.md) 文件。 \ No newline at end of file -- Gitee