Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
タイプミスを修正
Browse files Browse the repository at this point in the history
Signed-off-by: Syuugo <pub@s1204.me>
  • Loading branch information
s1204IT authored Dec 4, 2023
1 parent ebca723 commit 5b25036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void onCreate(Bundle savedInstanceState) {
final String FSKY_NAME = "Phonesky.apk";
final String GSF_SD_PATH = SD_PATH + GSF_NAME;
final String GMS_SD_PATH = SD_PATH + GMS_NAME;
final String FINSKY_SD_PATH = SD_PATH + FSKY_NAME;
final String FSKY_SD_PATH = SD_PATH + FSKY_NAME;
final String GSF_LOCAL_PATH = LOCAL_PATH + GSF_NAME;
final String GMS_LOCAL_PATH = LOCAL_PATH + GMS_NAME;
final String FSKY_LOCAL_PATH = LOCAL_PATH + FSKY_NAME;
Expand Down

0 comments on commit 5b25036

Please sign in to comment.