0fa352aec3
* For avoiding halo effect on low light conditions * Achieve this by creating a custom ImageView that its shown when the camera is in use Signed-off-by: daniml3 <danimoral1001@gmail.com> Change-Id: Iedca0f0d4b304b020daf0ebec74e245581824c98
13 lines
189 B
Plaintext
13 lines
189 B
Plaintext
android_app {
|
|
name: "CutoutRingServiceSweet",
|
|
|
|
srcs: ["src/**/*.java"],
|
|
|
|
platform_apis: true,
|
|
certificate: "platform",
|
|
privileged: true,
|
|
|
|
resource_dirs: ["res"],
|
|
|
|
}
|