-
https://firebase.google.com/docs/cloud-messaging/manage-tokens#stale-and-expired-tokens
-
Stale registration tokens are tokens associated with inactive devices that have not connected to FCM for over a month.
-
When stale tokens reach 270 days of inactivity, FCM will consider them expired tokens.
-
-
https://firebase.google.com/docs/cloud-messaging/manage-tokens#ensuring-registration-token-freshness
-
> By default, FCM considers a token to be stale if its app instance hasn't connected for a month.
How to solve the "マイナポータルアプリが起動できません" error when trying to open e-Taxソフト(SP版) on iPhone
- iPhone's Settings > Chrome > Default Browser App > Safari
- The language on iPhone does not matter. You don't have to set it to Japanese.
- Open https://office.com
- Create or open a document in Word.
- Menu bar > View > Dark Mode
- Set the language of Google Chrome to Japanese.
- Open https://office.com
- Open a document in Word.
- Click the
段落オプション
icon in the lower right corner of the段落
group on the ribbon.
iOS | iOS URL | Android | Android URL |
---|---|---|---|
Status bars | https://developer.apple.com/design/human-interface-guidelines/status-bars | Status bar | https://developer.android.com/design/ui/mobile/guides/foundations/system-bars#status-bar |
Navigation bars | https://developer.apple.com/design/human-interface-guidelines/navigation-bars | Top app bar | https://m3.material.io/components/top-app-bar |
Tab bar | https://developer.apple.com/design/human-interface-guidelines/tab-bars | Navigation bar | https://m3.material.io/components/navigation-bar |
n/a | n/a | System navigation bar | https://developer.android.com/design/ui/mobile/guides/foundations/system-bars#navigation-bar |
Side bars | https://developer.apple.com/design/human-interface-guidelines/sidebars | Navigation drawer | https://m3.material.io/components/navigation-drawer/overview |
https://commondatastorage.googleapis.com/gtv-videos-bucket/
- is a base64 file that contains various cryptographic keys.
- 's private keys begin with
-----BEGIN RSA PRIVATE KEY-----
. - 's public keys (TLS certificates) begin with
-----BEGIN CERTIFICATE-----
.
openssl pkcs12 -export -out output.p12 -inkey private-key.pem -in public-key.pem
- Device skin > [None]
- Edit device > Additional settings > Default boot > Cold
- Security & privacy
- Privacy controls > Ads > Delete advertising ID
- More security & privacy > Personalize using app data > Off
- System
- Keyboard > On-screen keyboard > Google Voice Typing > Off
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
public class Solution { | |
public static void main(String[] args) { | |
FastScanner fs = new FastScanner(); | |
PrintWriter pw = new PrintWriter(System.out, false /* disables autoFlush to write at once */); | |
fs.close(); | |
pw.close(); | |
} | |
static class FastScanner { | |
BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); |
NewerOlder