Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  fix permissions test
  • Loading branch information
shalzz committed Apr 23, 2018
2 parents 84fccb1 + 6da5621 commit f43cd43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/test/java/com/shalzz/attendance/PermissionsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ public final class PermissionsTest {
"android.permission.GET_ACCOUNTS",
"android.permission.MANAGE_ACCOUNTS",
"com.android.vending.BILLING",
"android.permission.WAKE_LOCK"
"android.permission.WAKE_LOCK",
"com.shalzz.attendance.permission.C2D_MESSAGE",
"com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE",
"com.google.android.c2dm.permission.RECEIVE"
};

private static final String MERGED_MANIFEST =
Expand Down

0 comments on commit f43cd43

Please sign in to comment.