File tree 5 files changed +10
-7
lines changed
5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 15
15
android : theme =" @style/ArActivityTheme"
16
16
android : usesCleartextTraffic =" false"
17
17
tools : ignore =" GoogleAppIndexingWarning" >
18
- <activity
19
- android : name =" .MainActivity"
18
+ <activity android : name =" .MainActivity"
20
19
android : configChanges =" orientation|screenSize"
21
20
android : exported =" true"
22
21
android : theme =" @style/Theme.AppCompat.NoActionBar"
Original file line number Diff line number Diff line change 6
6
<application android : label =" "
7
7
android : icon =" @mipmap/ic_launcher" >
8
8
<activity android : name =" .MainActivity"
9
- android : theme =" @style/Theme.AppCompat.Light.NoActionBar.FullScreen" >
9
+ android : theme =" @style/Theme.AppCompat.Light.NoActionBar.FullScreen"
10
+ android : exported =" true" >
10
11
<intent-filter >
11
12
<action android : name =" android.intent.action.MAIN" />
12
13
<category android : name =" android.intent.category.LAUNCHER" />
Original file line number Diff line number Diff line change 16
16
<activity android : name =" .MainActivity"
17
17
android : screenOrientation =" landscape"
18
18
android : configChanges =" orientation|keyboardHidden|screenSize"
19
- android : resizeableActivity =" false" >
19
+ android : resizeableActivity =" false"
20
+ android : exported =" true" >
20
21
<intent-filter >
21
22
<action android : name =" android.intent.action.MAIN" />
22
23
<category android : name =" android.intent.category.LAUNCHER" />
Original file line number Diff line number Diff line change 8
8
android : icon =" @mipmap/ic_launcher" >
9
9
<service android : name =" .MainService"
10
10
android : label =" "
11
- android : permission =" android.permission.BIND_WALLPAPER" >
11
+ android : permission =" android.permission.BIND_WALLPAPER"
12
+ android : exported =" true" >
12
13
<intent-filter >
13
14
<action android : name =" android.service.wallpaper.WallpaperService" />
14
15
</intent-filter >
15
16
<meta-data android : name =" android.service.wallpaper"
16
17
android : resource =" @xml/wallpaper" />
17
- </service >
18
+ </service >
18
19
<activity android : name =" processing.android.PermissionRequestor" ></activity >
19
20
</application >
20
21
</manifest >
Original file line number Diff line number Diff line change 12
12
<meta-data android : name =" com.google.android.wearable.standalone" android : value =" true" />
13
13
<service android : name =" .MainService"
14
14
android : label =" "
15
- android : permission =" android.permission.BIND_WALLPAPER" >
15
+ android : permission =" android.permission.BIND_WALLPAPER"
16
+ android : exported =" true" >
16
17
<meta-data android : name =" android.service.wallpaper"
17
18
android : resource =" @xml/watch_face" />
18
19
<meta-data android : name =" com.google.android.wearable.watchface.preview"
You can’t perform that action at this time.
0 commit comments