# README

## This repository is still under its alpha, please remember that if you are to make any comment

Besides conditions listed on our [homepage](http://amazingapps.org/#two), these apps should also 1. not apply unnecessary privileges. For example, a simple QRCode scanner should not require your position. 2. No notable memory leak. 3. Background-free, or an option to make them background-free if necessary on design. 4. not require root privelege. 5. Acceptable ads are only loaded when connected to Wi-Fi.

These types of apps will be excluded: 1. Apps **only** to make your Android look more awesome, like iconset. 2. IME. 3. Anti-virus. 4. Apps that free your storage, RAM or CPU. 5. Apps helps you aquire root privelege. 6. Cloud Drive. 7. E-doc itself, e.g. Learn JavaScript 8. Website wrapping **PURELY**, e.g. Pinterest

## LICENSE

![Creative Commons License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png) Except where otherwise noted, all contents in this Org is licensed under the [CC BY-NC-SA 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://amazing-apps.gitbook.io/amazing-android-apps/en-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
