질문과 답변

모 바 일 android xml 파일에서 바로가기를 만들려고 하는데요

2022.07.14 17:17

brucex 조회:93

android xml 파일에서 바로가기를 만들려고 하는데요, url을 어디에 넣나요?

 

url = https://windowsforum.kr

 

 

windowsforum.xml 파일입니다.

 

 

<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">

    <shortcut

        android:shortcutId="manage_shortcuts"

        android:enabled="true"

        android:icon="@drawable/ic_launcher_foreground"

        android:shortcutShortLabel="@string/short_label"

        android:shortcutLongLabel="@string/short_label"

        android:shortcutDisabledMessage="@string/short_label">

        <intent

            android:action="android.intent.action.VIEW"

            android:targetPackage="com.example.ssa_modular"

            android:targetClass="com.example.ssa_modular.MainActivity" />

    </shortcut>

 

    <shortcut

        android:shortcutId="manage_shortcuts2"

        android:icon="@drawable/ic_launcher_background"

        android:shortcutShortLabel="@string/long_label"

        android:shortcutLongLabel="@string/long_label"

        android:shortcutDisabledMessage="@string/long_label">

        <intent

            android:action="android.intent.action.VIEW"

            android:targetPackage="com.example.ssa_modular"

            android:targetClass="com.example.ssa_modular.MainActivity" />

    </shortcut>

</shortcuts>

<activity

    android:name=".MainActivity"

    android:exported="true"

    android:launchMode="singleTop">

    <intent-filter>

        <action android:name="android.intent.action.MAIN" />

 

        <category android:name="android.intent.category.LAUNCHER" />

    </intent-filter>

    <meta-data

        android:name="android.app.shortcuts"

        android:resource="@xml/shortcuts" />

</activity>

번호 제목 글쓴이 조회 등록일
[공지] 질문과 답변 게시판 이용간 유의사항 gooddew - -
99719 윈 도 우| 텍스트 부팅 이미지 수량 조정하는 방법 좀 가려쳐 주세요. nuli 87 09-09
99718 윈 도 우| PE에서 실행되는 창이 탐색기 뒤로 가는문제.. 포토엔유 87 07-13
99717 소프트웨어| 만능윈도우 시 크롬 시작그룹 특정 페이지 또는 페이지 모... 넥스트타인 87 02-19
99716 윈 도 우| 라이브타일에 유튜브를 등록시키는 방법이 있나요? 지민아빠 88 05-02
99715 소프트웨어| DVDFAB에서요 덥다 88 03-07
99714 소프트웨어| 원노트 로컬파일이 동기화된 파일로 대체되는지 sk0327 88 02-16
99713 소프트웨어| Emeditor 정규식 질문입니다. [2] 파풍초 88 03-26
99712 소프트웨어| sandboxie-plus포타블에 onenote를 설치할 수 있나요? brucex 88 06-01
99711 윈 도 우| 웹사이트에서의 영상이 잘나오다가 뭉개져 나오는데 우주인 89 07-24
99710 윈 도 우| 윈도우10 메일 전체화면과 아닐경우에 따른 메뉴 상태 해결... 자공 89 01-05
99709 윈 도 우| 윈도우 관련 질문입니다(단축키 변경 관련) [2] 천야 90 12-19
99708 윈 도 우| 업데이트시 콘텐츠 선정 및 초기 와 이후의 설명을 [4] never 90 04-03
99707 윈 도 우| Differencing VHD 사용시 질문... 도전정신 90 03-15
99706 모 바 일| 폰용 키패스 자동입력울 복구하고 싶은데요 brucex 90 01-03
99705 기 타| 크롬flex에서 HDMI연결 시 소리가 안나네요 『ⓖⓤⓝ』 90 12-09
99704 소프트웨어| 포타블 토탈커맨더에서 패스복사하기 단축키가 안 먹히네요? brucex 90 11-25
99703 소프트웨어| 파워포인트(2016) 질문 드립니다 창공을훨훨 91 10-27
99702 소프트웨어| Volsanp 없음 무저울 91 04-17
99701 소프트웨어| 크롬 호환스토어에서 네이버 오토페이지 되는 프로그램 구... RichardKim 91 03-07
99700 소프트웨어| 프리미어에서 파일 import가 너무 오래 걸리네요? brucex 91 12-24
XE1.11.6 Layout1.4.8