You need Utils
, isAndroid
, isIOS
from @nativescript/core
. This util does not require contact permissions, because the way this util works is only sending data to the default contact app.
import { saveToPhoneBook } from "~/util_phonebook";
import { Directive, ElementRef, HostListener, forwardRef } from '@angular/core'; | |
import { NG_VALUE_ACCESSOR, ControlValueAccessor } from '@angular/forms'; | |
@Directive({ | |
selector: '[timeMask]', | |
providers: [ | |
{ | |
provide: NG_VALUE_ACCESSOR, | |
useExisting: forwardRef(() => timeMaskDirective), | |
multi: true, |
// Pemetaan zona waktu ke nama negara | |
const timezoneCountryMap = { | |
"Asia/Jakarta": "Indonesia", | |
"Asia/Kolkata": "India", | |
"Europe/London": "United Kingdom", | |
"America/New_York": "United States", | |
"Europe/Paris": "France", | |
"Asia/Tokyo": "Japan", | |
"Europe/Berlin": "Germany", | |
"Asia/Sydney": "Australia", |
import { | |
Directive, | |
Renderer2, | |
ElementRef, | |
HostListener, | |
AfterViewInit, | |
} from '@angular/core'; | |
@Directive({ | |
selector: '[DisableAutofillInput]', |
<?php | |
function makeApiRequest($url, $params = [], $method = 'GET') { | |
$options = [ | |
'http' => [ | |
'method' => $method, | |
'header' => 'Content-Type: application/x-www-form-urlencoded', | |
'content' => http_build_query($params), | |
], | |
]; |
<?php | |
function makeApiRequest($url, $params = [], $method = 'GET') { | |
// Initialize cURL session | |
$ch = curl_init($url); | |
// Set common cURL options | |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); // Return the response as a string instead of outputting it | |
// Set method-specific cURL options | |
if ($method === 'POST') { |
People
![]() :bowtie: |
๐ :smile: |
๐ :laughing: |
---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |
@echo off | |
set /p Y=Enter adb.exe folder path: | |
cd %Y% | |
adb devices | |
pause | |
for %%X in ( | |
"com.xiaomi.glgm" | |
"pm uninstall 'com.google.android.apps.magazines" | |
"com.neptune.domino" | |
"com.jobstreet.jobstreet" |