diff options
-rw-r--r-- | Notes.md | 6 | ||||
-rw-r--r-- | art/generateAndroidDrawables.sh | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 |