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
  • Loading branch information
s1204IT committed Feb 25, 2024
1 parent 9a48ce2 commit 8266bba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
minSdk 24
//noinspection ExpiredTargetSdkVersion
targetSdk 22
versionCode 8
versionName "3.0.0"
versionCode 9
versionName "3.0.1"
}

signingConfigs {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public void onCreate(Bundle savedInstanceState) {
"GoogleServicesFramework",
"GmsCore",
"Phonesky",
"GoogleCalendarSyncAdapter",
"GoogleContactsSyncAdapter"
//"GoogleCalendarSyncAdapter",
//"GoogleContactsSyncAdapter"
};
final String APK_EXT = ".apk";

Expand Down Expand Up @@ -138,4 +138,4 @@ public void onServiceDisconnected(ComponentName componentName) {
}
}, BIND_ADJUST_WITH_ACTIVITY);
}
}
}
4 changes: 1 addition & 3 deletions docs/HowTo.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@

⒊ SDカードの最上層に、 `test_environment_info.xml` をコピーし、 **APK** と言う名前のフォルダを作りダウンロードした APK をコピーします。
```
SDカードの最上層/
SDカードの最上層
├── APK
│   ├── GmsCore.apk
│   ├── GoogleCalendarSyncAdapter.apk
│   ├── GoogleContsctsSyncAdapter.apk
│   ├── GoogleServicesFramework.apk
│   ├── NovaLauncher_6.2.19.apk
│   ├── NovaLauncher_7.0.58.apk
Expand Down

0 comments on commit 8266bba

Please sign in to comment.