Skip to content

Commit e03c27a

Browse files
committed
Added desc for a permission in GCM Sample Client
1 parent 207041c commit e03c27a

File tree

1 file changed

+1
-0
lines changed
  • Client.Samples/PushSharp.ClientSample.MonoForAndroid/PushSharp.ClientSample.MonoForAndroid.Gcm

1 file changed

+1
-0
lines changed

Client.Samples/PushSharp.ClientSample.MonoForAndroid/PushSharp.ClientSample.MonoForAndroid.Gcm/PushService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
[assembly: UsesPermission(Name = "@[email protected]_MESSAGE")]
1414
[assembly: UsesPermission(Name = "com.google.android.c2dm.permission.RECEIVE")]
1515

16+
//GET_ACCOUNTS is only needed for android versions 4.0.3 and below
1617
[assembly: UsesPermission(Name = "android.permission.GET_ACCOUNTS")]
1718
[assembly: UsesPermission(Name = "android.permission.INTERNET")]
1819
[assembly: UsesPermission(Name = "android.permission.WAKE_LOCK")]

0 commit comments

Comments
 (0)