Going the distance... [pt3]

Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
Tavi 2024-07-27 18:00:56 -04:00
parent 3999fe1e1f
commit c45060675e
No known key found for this signature in database
GPG key ID: E599F62ECBAEAF2E
48 changed files with 857 additions and 179 deletions

View file

@ -1,3 +1,19 @@
//DivestOS: A mobile operating system divested from the norm.
//Copyright (c) 2024 Divested Computing Group
//
//This program is free software: you can redistribute it and/or modify
//it under the terms of the GNU Affero General Public License as published by
//the Free Software Foundation, either version 3 of the License, or
//(at your option) any later version.
//
//This program is distributed in the hope that it will be useful,
//but WITHOUT ANY WARRANTY; without even the implied warranty of
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//GNU Affero General Public License for more details.
//
//You should have received a copy of the GNU Affero General Public License
//along with this program. If not, see <https://www.gnu.org/licenses/>.
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;