File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2626 # snapshot: oss-permissions.txt
2727 - task : createOssProdFdroidDistApk
2828 artifact-path : android/app/build/outputs/apk/ossProd/fdroid/app-oss-prod-fdroid-unsigned.apk
29- snapshot : oss-permissions.txt
29+ snapshot-path : android/snapshot/ oss-permissions.txt
3030 # - task: createPlayProdReleaseDistApk
3131 # artifact-path: app-play-prod-release.apk
3232 # snapshot: play-permissions.txt
5353
5454 - name : Compare permissions with snapshot
5555 run : |
56- diff android/snapshot/ ${{ matrix.snapshot }} <(cat output/AndroidManifest.xml | grep uses-permission)
56+ diff ${{ matrix.snapshot-path }} <(cat output/AndroidManifest.xml | grep uses-permission)
Original file line number Diff line number Diff line change 1+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
2+ <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
3+ <uses-permission android:name="android.permission.INTERNET"/>
4+ <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
5+ <uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
6+ <uses-permission android:name="android.permission.FOREGROUND_SERVICE_SYSTEM_EXEMPTED"/>
7+ <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
8+ <uses-permission android:name="net.mullvad.mullvadvpn.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"/>
You can’t perform that action at this time.
0 commit comments