Skip to content

Commit

Permalink
fix permissions test
Browse files Browse the repository at this point in the history
  • Loading branch information
shalzz committed Apr 23, 2018
1 parent 3885189 commit 6da5621
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 6da5621

Please sign in to comment.