This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
usage() { | |
if [ "$*" != "" ] ; then | |
echo "Error: $*" | |
fi | |
cat << EOF | |
Usage: $PROGNAME --package-name [PACKAGE_NAME] --title [TITLE] | |
Rename an Android app and package. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.app.Activity | |
import androidx.activity.result.ActivityResultLauncher | |
import androidx.core.app.ActivityCompat | |
import androidx.core.content.PermissionChecker | |
typealias PermissionRequest = () -> Unit | |
class CheckPermissionLauncher( | |
private val launcher: ActivityResultLauncher<Array<String>>, | |
private val permissions: Array<String>, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π Morning 23 commits βββββββββββββββββββββ 11.1% | |
π Daytime 126 commits βββββββββββββββββββββ 60.9% | |
π Evening 57 commits βββββββββββββββββββββ 27.5% | |
π Night 1 commits βββββββββββββββββββββ 0.5% |