aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2020-11-09 08:33:21 +0100
committersteckbrief <steckbrief@chefmail.de>2020-11-09 08:33:21 +0100
commit7e9d15dd7d1e21335a94832aa23c056b2e924d9d (patch)
tree892f9140b0b689b0666f73e66af48fe17d6d9f6a
parentd4c63ab7af355d5548f514b79b7ad4980ae854e8 (diff)
adds some notes about phone numberfeature/fixed_domain_flavor
-rw-r--r--Notes.md4
-rw-r--r--art/generateAndroidDrawables.sh2
2 files changed, 6 insertions, 0 deletions
diff --git a/Notes.md b/Notes.md
index c5df56a8b..b99beab23 100644
--- a/Notes.md
+++ b/Notes.md
@@ -15,3 +15,7 @@ https://stackoverflow.com/questions/33588459/what-is-android-multidex
### What does " tools:ignore="GoogleAppIndexingWarning"" mean?
### 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