Commit 01e2ac4 1 parent f2c881a commit 01e2ac4 Copy full SHA for 01e2ac4
File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 19
19
xmlns : tools =" http://schemas.android.com/tools"
20
20
package =" com.afwsamples.testdpc"
21
21
tools : ignore =" MissingClass"
22
- android : versionCode =" 9000 "
23
- android : versionName =" 9.0" >
22
+ android : versionCode =" 9001 "
23
+ android : versionName =" 9.0.1 " >
24
24
<uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 33" />
25
25
26
26
<uses-permission android : name =" android.permission.GET_ACCOUNTS" />
41
41
<uses-permission android : name =" com.google.android.setupwizard.SETUP_COMPAT_SERVICE" />
42
42
43
43
<uses-feature android : name =" android.hardware.wifi" android : required =" false" />
44
- <uses-feature android : name =" android.software.leanback" android : required =" false" />
45
44
<uses-feature android : name =" android.hardware.touchscreen" android : required =" false" />
46
45
47
46
<!-- TODO(b/201271137): Add non-testOnly build config. -->
62
61
<action android : name =" android.intent.action.MAIN" />
63
62
<category android : name =" android.intent.category.LAUNCHER" />
64
63
</intent-filter >
65
- <intent-filter >
66
- <action android : name =" android.intent.action.MAIN" />
67
- <category android : name =" android.intent.category.LEANBACK_LAUNCHER" />
68
- </intent-filter >
69
64
<intent-filter >
70
65
<action android : name =" android.app.action.CHECK_POLICY_COMPLIANCE" />
71
66
<category android : name =" android.intent.category.DEFAULT" />
You can’t perform that action at this time.
0 commit comments