From 7e9d15dd7d1e21335a94832aa23c056b2e924d9d Mon Sep 17 00:00:00 2001 From: steckbrief Date: Mon, 9 Nov 2020 08:33:21 +0100 Subject: adds some notes about phone number --- Notes.md | 6 +++++- art/generateAndroidDrawables.sh | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Notes.md b/Notes.md index c5df56a8b..b99beab23 100644 --- a/Notes.md +++ b/Notes.md @@ -14,4 +14,8 @@ https://stackoverflow.com/questions/33588459/what-is-android-multidex ### What does " tools:ignore="GoogleAppIndexingWarning"" mean? -### What does "tools:replace="android:label, android:allowBackup"" mean? \ No newline at end of file +### What does "tools:replace="android:label, android:allowBackup"" mean? + +### Obtaining Phone Number +Scheint nicht garantiert zu sein. Ggf. Device ID doch besser -> Use Case des Wechsels ggf. haeufiger notwendig +https://stackoverflow.com/questions/2480288/programmatically-obtain-the-phone-number-of-the-android-phone \ No newline at end of file diff --git a/art/generateAndroidDrawables.sh b/art/generateAndroidDrawables.sh index 8bfc44cc2..938a8919a 100644 --- a/art/generateAndroidDrawables.sh +++ b/art/generateAndroidDrawables.sh @@ -9,6 +9,8 @@ # Requires ImageMagic # SVG conversion recommended to be done with Inkscape: # https://inkscape.org/en/ +# +# Copied from: https://stackoverflow.com/questions/2480288/programmatically-obtain-the-phone-number-of-the-android-phone -- cgit v1.2.3