11 lines
157 B
Bash
Executable file
11 lines
157 B
Bash
Executable file
#! /system/bin/sh
|
|
|
|
#
|
|
# SPDX-FileCopyrightText: The LineageOS Project
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
sleep 2
|
|
stop bootanim
|
|
sleep 0.5
|
|
start bootanim
|