android/*: add Indonesian translation (#6399)
This commit is contained in:

committed by
GitHub

parent
b0cb85ae98
commit
2ff6d3a89f
20
pages.id/android/am.md
Normal file
20
pages.id/android/am.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# am
|
||||
|
||||
> Manajer aktivitas untuk Android.
|
||||
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/adb#am>.
|
||||
|
||||
- Memulai aktivitas tertentu:
|
||||
|
||||
`am start -n {{com.android.settings/.Settings}}`
|
||||
|
||||
- Memulai aktivitas dengan data yang ditentukan:
|
||||
|
||||
`am start -a {{android.intent.action.VIEW}} -d {{tel:123}}`
|
||||
|
||||
- Memulai aktivitas dengan aksi dan kategori tertentu:
|
||||
|
||||
`am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}}`
|
||||
|
||||
- Mengubah sebuah Intent menjadi tautan URI:
|
||||
|
||||
`am to-uri -a {{android.intent.action.VIEW}} -d {{tel:123}}`
|
Reference in New Issue
Block a user